public class CanonicalFromFactoryConverter extends Object implements IConverter<CommonFactory,String>
CommonFactory to a Canonical format.| Constructor and Description |
|---|
CanonicalFromFactoryConverter() |
| Modifier and Type | Method and Description |
|---|---|
String |
convert(CommonFactory source)
Convert the actual source object.
|
Class<?> |
getSourceType()
The source type the converter supports.
|
Class<?> |
getTargetType()
The target type the converter supports.
|
public String convert(CommonFactory source) throws ConversionException
IConverterconvert in interface IConverter<CommonFactory,String>ConversionExceptionpublic Class<?> getSourceType()
IConvertergetSourceType in interface IConverter<CommonFactory,String>public Class<?> getTargetType()
IConvertergetTargetType in interface IConverter<CommonFactory,String>Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.