Interface ConverterFactory
-
- All Known Implementing Classes:
StopLocationFieldMappingImpl
public interface ConverterFactoryFactory interface for creating aConverter. SomeFieldMappingclasses implement this interface, allowing access to the String-to-value converter used in the field mapping.- Author:
- bdferris
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.commons.beanutils.Convertercreate(org.onebusaway.csv_entities.CsvEntityContext context)
-