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