Package org.smooks.engine.converter
Class ShortToStringConverterFactory
- java.lang.Object
-
- org.smooks.engine.converter.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 Summary
Constructors Constructor Description ShortToStringConverterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.smooks.api.converter.TypeConverter<Short,String>createTypeConverter()PropertiesgetConfiguration()org.smooks.api.converter.TypeConverterDescriptor<Class<Short>,Class<String>>getTypeConverterDescriptor()voidsetConfiguration(Properties properties)
-
-
-
Method Detail
-
createTypeConverter
public org.smooks.api.converter.TypeConverter<Short,String> createTypeConverter()
-
getTypeConverterDescriptor
public org.smooks.api.converter.TypeConverterDescriptor<Class<Short>,Class<String>> getTypeConverterDescriptor()
-
setConfiguration
public void setConfiguration(Properties properties) throws org.smooks.api.SmooksConfigException
- Specified by:
setConfigurationin interfaceorg.smooks.api.resource.config.Configurable- Throws:
org.smooks.api.SmooksConfigException
-
getConfiguration
public Properties getConfiguration()
- Specified by:
getConfigurationin interfaceorg.smooks.api.resource.config.Configurable
-
-