Interface CFDataConvertorFactory


  • public interface CFDataConvertorFactory
    Factory for convertors. Implementation is expected to be registered in the default lookup.
    • Method Detail

      • newConvertor

        CFDataConvertor newConvertor​(CFFieldType fieldType)
        Create a new convertor instance for given field type.
        Parameters:
        fieldType - type of the field
        Returns:
        new instance of appropriate data convertor; never null