Class MappingTypeConverterFactory

  • All Implemented Interfaces:
    org.smooks.api.converter.TypeConverterFactory<String,​String>, org.smooks.api.resource.config.Configurable

    public class MappingTypeConverterFactory
    extends Object
    implements org.smooks.api.converter.TypeConverterFactory<String,​String>, org.smooks.api.resource.config.Configurable
    • Constructor Detail

      • MappingTypeConverterFactory

        public MappingTypeConverterFactory()
    • Method Detail

      • getTypeConverterDescriptor

        public org.smooks.api.converter.TypeConverterDescriptor<Class<String>,​Class<String>> getTypeConverterDescriptor()
        Specified by:
        getTypeConverterDescriptor in interface org.smooks.api.converter.TypeConverterFactory<String,​String>
      • setConfiguration

        public void setConfiguration​(Properties properties)
                              throws org.smooks.api.SmooksConfigException
        Specified by:
        setConfiguration in interface org.smooks.api.resource.config.Configurable
        Throws:
        org.smooks.api.SmooksConfigException
      • getConfiguration

        public Properties getConfiguration()
        Specified by:
        getConfiguration in interface org.smooks.api.resource.config.Configurable