public class Dom4JToByteArrayConverter extends AbstractContentTypeConverter<org.dom4j.Document,byte[]>
Constructor and Description |
---|
Dom4JToByteArrayConverter() |
Modifier and Type | Method and Description |
---|---|
byte[] |
convert(org.dom4j.Document original)
Converts the given object into another.
|
Class<org.dom4j.Document> |
expectedSourceType()
The expected type of input data.
|
Class<byte[]> |
targetType()
The returned type of IntermediateRepresentation
|
convert
public Class<org.dom4j.Document> expectedSourceType()
ContentTypeConverter
public Class<byte[]> targetType()
ContentTypeConverter
public byte[] convert(org.dom4j.Document original)
ContentTypeConverter
SerializedObject
instance.original
- the value to convertCopyright © 2010-2014. All Rights Reserved.