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 Type
    Method
    Description
    org.apache.commons.beanutils.Converter
     
  • Method Details

    • create

      org.apache.commons.beanutils.Converter create(CsvEntityContext context)
      Parameters:
      context -
      Returns:
      creates a String-to-value Converter for the specified CsvEntityContext.