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 Stringconvert(String value)PropertiesgetConfiguration()Get the component configuration.voidsetConfiguration(Properties properties)Set the component configuration.
-
-
-
Method Detail
-
setConfiguration
public void setConfiguration(Properties properties) throws SmooksConfigException
Description copied from interface:ConfigurableSet the component configuration.- Specified by:
setConfigurationin interfaceConfigurable- Parameters:
properties- The component configuration properties.- Throws:
SmooksConfigException- Bad component configuration.
-
getConfiguration
public Properties getConfiguration()
Description copied from interface:ConfigurableGet the component configuration.- Specified by:
getConfigurationin interfaceConfigurable- Returns:
- The component configuration properties.
-
-