Class ShortToStringConverterFactory

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

    public class ShortToStringConverterFactory
    extends Object
    implements org.smooks.api.converter.TypeConverterFactory<Short,​String>, org.smooks.api.resource.config.Configurable
    Short Decoder
    Author:
    maurice.zeijen@smies.com
    • Constructor Detail

      • ShortToStringConverterFactory

        public ShortToStringConverterFactory()
    • Method Detail

      • createTypeConverter

        public org.smooks.api.converter.TypeConverter<Short,​String> createTypeConverter()
        Specified by:
        createTypeConverter in interface org.smooks.api.converter.TypeConverterFactory<Short,​String>
      • getTypeConverterDescriptor

        public org.smooks.api.converter.TypeConverterDescriptor<Class<Short>,​Class<String>> getTypeConverterDescriptor()
        Specified by:
        getTypeConverterDescriptor in interface org.smooks.api.converter.TypeConverterFactory<Short,​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