public class StringToByteArrayConverter extends Object implements ContentTypeConverter<String,byte[]>
| Constructor and Description | 
|---|
StringToByteArrayConverter()  | 
| Modifier and Type | Method and Description | 
|---|---|
byte[] | 
convert(String original)
Converts the given object into another. 
 | 
Class<String> | 
expectedSourceType()
The expected type of input data. 
 | 
Class<byte[]> | 
targetType()
The returned type of IntermediateRepresentation 
 | 
public Class<String> expectedSourceType()
ContentTypeConverterexpectedSourceType in interface ContentTypeConverter<String,byte[]>public Class<byte[]> targetType()
ContentTypeConvertertargetType in interface ContentTypeConverter<String,byte[]>public byte[] convert(String original)
ContentTypeConverterSerializedObject
 instance.convert in interface ContentTypeConverter<String,byte[]>original - the value to convertCopyright © 2010–2018. All rights reserved.