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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.apache.commons.beanutils.Converter create​(org.onebusaway.csv_entities.CsvEntityContext context)  
    • Method Detail

      • 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.