Package org.smooks.engine.converter
Class EnumTypeConverterFactory
- java.lang.Object
-
- org.smooks.engine.converter.EnumTypeConverterFactory
-
- All Implemented Interfaces:
org.smooks.api.converter.TypeConverterFactory<String,Enum>,org.smooks.api.resource.config.Configurable
public class EnumTypeConverterFactory extends Object implements org.smooks.api.converter.TypeConverterFactory<String,Enum>, org.smooks.api.resource.config.Configurable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEnumTypeConverterFactory.EnumTypeConverter
-
Constructor Summary
Constructors Constructor Description EnumTypeConverterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.smooks.api.converter.TypeConverter<String,Enum>createTypeConverter()PropertiesgetConfiguration()org.smooks.api.converter.TypeConverterDescriptor<Class<String>,Class<Enum>>getTypeConverterDescriptor()voidsetConfiguration(Properties properties)
-
-
-
Method Detail
-
createTypeConverter
public org.smooks.api.converter.TypeConverter<String,Enum> createTypeConverter()
-
getTypeConverterDescriptor
public org.smooks.api.converter.TypeConverterDescriptor<Class<String>,Class<Enum>> 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
-
-