public class ByteArrayMessageConverter extends WildcardMessageConverter<byte[]>
| Constructor and Description |
|---|
ByteArrayMessageConverter() |
ByteArrayMessageConverter(int bufferSize) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canRead(java.lang.reflect.Type type) |
byte[] |
read(HttpResponseMessage httpResponseMessage,
java.lang.reflect.Type expectedType) |
contentTypepublic ByteArrayMessageConverter()
public ByteArrayMessageConverter(int bufferSize)
public boolean canRead(java.lang.reflect.Type type)
public byte[] read(HttpResponseMessage httpResponseMessage, java.lang.reflect.Type expectedType) throws RestifyHttpMessageReadException
RestifyHttpMessageReadExceptionCopyright © 2017. All Rights Reserved.