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