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