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
|
convert
public Class<nu.xom.Document> expectedSourceType()
ContentTypeConverter
public Class<String> targetType()
ContentTypeConverter
public String convert(nu.xom.Document original)
ContentTypeConverter
SerializedObject
instance.original
- the value to convertCopyright © 2010-2014. All Rights Reserved.