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