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