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(CsvEntityContext context)
-
Method Details
-
create
- Parameters:
context-- Returns:
- creates a String-to-value Converter for the specified
CsvEntityContext.
-