Uses of Interface
org.onebusaway.gtfs.csv.schema.FieldMapping

Packages that use FieldMapping
org.onebusaway.gtfs.csv.schema   
org.onebusaway.gtfs.csv.schema.beans   
org.onebusaway.gtfs.serialization.mappings   
 

Uses of FieldMapping in org.onebusaway.gtfs.csv.schema
 

Classes in org.onebusaway.gtfs.csv.schema that implement FieldMapping
 class AbstractFieldMapping
           
 class DefaultFieldMapping
           
 

Methods in org.onebusaway.gtfs.csv.schema that return FieldMapping
 FieldMapping FlattenFieldMappingFactory.createFieldMapping(EntitySchemaFactory schemaFactory, java.lang.Class<?> entityType, java.lang.String csvFieldName, java.lang.String objFieldName, java.lang.Class<?> objFieldType, boolean required)
           
 FieldMapping FieldMappingFactory.createFieldMapping(EntitySchemaFactory schemaFactory, java.lang.Class<?> entityType, java.lang.String csvFieldName, java.lang.String objFieldName, java.lang.Class<?> objFieldType, boolean required)
           
 FieldMapping DateFieldMappingFactory.createFieldMapping(EntitySchemaFactory schemaFactory, java.lang.Class<?> entityType, java.lang.String csvFieldName, java.lang.String objFieldName, java.lang.Class<?> objFieldType, boolean required)
           
 

Methods in org.onebusaway.gtfs.csv.schema that return types with arguments of type FieldMapping
 java.util.List<FieldMapping> EntitySchema.getFields()
           
 

Methods in org.onebusaway.gtfs.csv.schema with parameters of type FieldMapping
 void EntitySchema.addField(FieldMapping field)
           
 

Uses of FieldMapping in org.onebusaway.gtfs.csv.schema.beans
 

Methods in org.onebusaway.gtfs.csv.schema.beans that return types with arguments of type FieldMapping
 java.util.List<FieldMapping> CsvEntityMappingBean.getAdditionalFieldMappings()
           
 

Methods in org.onebusaway.gtfs.csv.schema.beans with parameters of type FieldMapping
 void CsvEntityMappingBean.addAdditionalFieldMapping(FieldMapping fieldMapping)
           
 

Uses of FieldMapping in org.onebusaway.gtfs.serialization.mappings
 

Classes in org.onebusaway.gtfs.serialization.mappings that implement FieldMapping
static class EntityFieldMappingFactory.FieldMappingImpl
           
 

Methods in org.onebusaway.gtfs.serialization.mappings that return FieldMapping
 FieldMapping StopTimeFieldMappingFactory.createFieldMapping(EntitySchemaFactory schemaFactory, java.lang.Class<?> entityType, java.lang.String csvFieldName, java.lang.String objFieldName, java.lang.Class<?> objFieldType, boolean required)
           
 FieldMapping ServiceDateFieldMappingFactory.createFieldMapping(EntitySchemaFactory schemaFactory, java.lang.Class<?> entityType, java.lang.String csvFieldName, java.lang.String objFieldName, java.lang.Class<?> objFieldType, boolean required)
           
 FieldMapping RouteAgencyFieldMappingFactory.createFieldMapping(EntitySchemaFactory schemaFactory, java.lang.Class<?> entityType, java.lang.String csvFieldName, java.lang.String objFieldName, java.lang.Class<?> objFieldType, boolean required)
           
 FieldMapping EntityFieldMappingFactory.createFieldMapping(EntitySchemaFactory schemaFactory, java.lang.Class<?> entityType, java.lang.String csvFieldName, java.lang.String objFieldName, java.lang.Class<?> objFieldType, boolean required)
           
 FieldMapping DefaultAgencyIdFieldMappingFactory.createFieldMapping(EntitySchemaFactory schemaFactory, java.lang.Class<?> entityType, java.lang.String csvFieldName, java.lang.String objFieldName, java.lang.Class<?> objFieldType, boolean required)
           
 FieldMapping AgencyIdTranslationFieldMappingFactory.createFieldMapping(EntitySchemaFactory schemaFactory, java.lang.Class<?> entityType, java.lang.String csvFieldName, java.lang.String objFieldName, java.lang.Class<?> objFieldType, boolean required)
           
 FieldMapping AgencyIdFieldMappingFactory.createFieldMapping(EntitySchemaFactory schemaFactory, java.lang.Class<?> entityType, java.lang.String csvFieldName, java.lang.String objFieldName, java.lang.Class<?> objFieldType, boolean required)
           
 



Copyright © 2010 OneBusAway. All Rights Reserved.