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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class org.onebusaway.gtfs.serialization.GtfsWriter

    createEntitySchemaFactory, getEntityClasses, getEntityComparators, run, setOutputLocation

    Methods inherited from class org.onebusaway.csv_entities.CsvEntityWriter

    close, flush, getEntitySchemaFactory, handleEntity, setEntitySchemaFactory

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • excludeOptionalAndMissingFields

      public void excludeOptionalAndMissingFields(Class<?> entityType, Iterable<Object> entities)
      Overrides:
      excludeOptionalAndMissingFields in class org.onebusaway.csv_entities.CsvEntityWriter