Module org.entur.netex.gtfs.export
Class FilteredFieldsGtfsWriter
java.lang.Object
org.onebusaway.csv_entities.CsvEntityWriter
org.onebusaway.gtfs.serialization.GtfsWriter
org.entur.netex.gtfs.export.serializer.FilteredFieldsGtfsWriter
- All Implemented Interfaces:
org.onebusaway.csv_entities.EntityHandler
public class FilteredFieldsGtfsWriter
extends org.onebusaway.gtfs.serialization.GtfsWriter
GTFSWriter that ignores specific GTFS fields.
-
Field Summary
Fields inherited from class org.onebusaway.gtfs.serialization.GtfsWriter
KEY_CONTEXT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexcludeOptionalAndMissingFields(Class<?> entityType, Iterable<Object> entities) Methods inherited from class org.onebusaway.gtfs.serialization.GtfsWriter
createEntitySchemaFactory, getEntityClasses, getEntityComparators, run, setOutputLocationMethods inherited from class org.onebusaway.csv_entities.CsvEntityWriter
close, flush, getEntitySchemaFactory, handleEntity, setEntitySchemaFactory
-
Constructor Details
-
FilteredFieldsGtfsWriter
-
-
Method Details
-
excludeOptionalAndMissingFields
- Overrides:
excludeOptionalAndMissingFieldsin classorg.onebusaway.csv_entities.CsvEntityWriter
-