Package org.smooks.engine.converter
Class MappingTypeConverterFactory.MappingTypeConverter
- java.lang.Object
-
- org.smooks.engine.converter.MappingTypeConverterFactory.MappingTypeConverter
-
- All Implemented Interfaces:
TypeConverter<String,String>
,Configurable
- Enclosing class:
- MappingTypeConverterFactory
public static class MappingTypeConverterFactory.MappingTypeConverter extends Object implements TypeConverter<String,String>, Configurable
-
-
Constructor Summary
Constructors Constructor Description MappingTypeConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
convert(String value)
Properties
getConfiguration()
Get the component configuration.void
setConfiguration(Properties properties)
Set the component configuration.
-
-
-
Method Detail
-
setConfiguration
public void setConfiguration(Properties properties) throws SmooksConfigException
Description copied from interface:Configurable
Set the component configuration.- Specified by:
setConfiguration
in interfaceConfigurable
- Parameters:
properties
- The component configuration properties.- Throws:
SmooksConfigException
- Bad component configuration.
-
getConfiguration
public Properties getConfiguration()
Description copied from interface:Configurable
Get the component configuration.- Specified by:
getConfiguration
in interfaceConfigurable
- Returns:
- The component configuration properties.
-
-