Interface ConverterFactory
- All Known Implementing Classes:
StopLocationFieldMappingImpl
public interface ConverterFactory
Factory interface for creating a
Converter. Some FieldMapping
classes implement this interface, allowing access to the String-to-value
converter used in the field mapping.- Author:
- bdferris
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.commons.beanutils.Convertercreate(org.onebusaway.csv_entities.CsvEntityContext context)
-
Method Details
-
create
org.apache.commons.beanutils.Converter create(org.onebusaway.csv_entities.CsvEntityContext context) - Parameters:
context-- Returns:
- creates a String-to-value Converter for the specified
CsvEntityContext.
-