org.onebusaway.gtfs.csv.schema
Class DefaultEntitySchemaFactory

java.lang.Object
  extended by org.onebusaway.gtfs.csv.schema.AbstractEntitySchemaFactoryImpl
      extended by org.onebusaway.gtfs.csv.schema.DefaultEntitySchemaFactory
All Implemented Interfaces:
EntitySchemaFactory, ListableCsvMappingFactory

public class DefaultEntitySchemaFactory
extends AbstractEntitySchemaFactoryImpl


Constructor Summary
DefaultEntitySchemaFactory()
           
 
Method Summary
 void addBean(CsvEntityMappingBean bean)
           
 void addFactory(ListableCsvMappingFactory factory)
           
protected  void processBeanDefinitions()
          AbstractEntitySchemaFactoryImpl Interface
 
Methods inherited from class org.onebusaway.gtfs.csv.schema.AbstractEntitySchemaFactoryImpl
applyCsvFieldAnnotationToBean, applyCsvFieldsAnnotationToBean, getEntityMappings, getSchema, registerBeanDefinition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultEntitySchemaFactory

public DefaultEntitySchemaFactory()
Method Detail

addBean

public void addBean(CsvEntityMappingBean bean)

addFactory

public void addFactory(ListableCsvMappingFactory factory)

processBeanDefinitions

protected void processBeanDefinitions()
AbstractEntitySchemaFactoryImpl Interface

Specified by:
processBeanDefinitions in class AbstractEntitySchemaFactoryImpl


Copyright © 2011 OneBusAway. All Rights Reserved.