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