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