public class XomToStringConverter extends Object implements ContentTypeConverter<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 
 | 
public Class<nu.xom.Document> expectedSourceType()
ContentTypeConverterexpectedSourceType in interface ContentTypeConverter<nu.xom.Document,String>public Class<String> targetType()
ContentTypeConvertertargetType in interface ContentTypeConverter<nu.xom.Document,String>public String convert(nu.xom.Document original)
ContentTypeConverterSerializedObject
 instance.convert in interface ContentTypeConverter<nu.xom.Document,String>original - the value to convertCopyright © 2010–2018. All rights reserved.