| Modifier and Type | Method and Description |
|---|---|
T |
HttpMessageReader.read(HttpResponseMessage httpResponseMessage,
java.lang.reflect.Type expectedType) |
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
InputStreamMessageConverter.read(HttpResponseMessage httpResponseMessage,
java.lang.reflect.Type expectedType) |
byte[] |
ByteArrayMessageConverter.read(HttpResponseMessage httpResponseMessage,
java.lang.reflect.Type expectedType) |
| Modifier and Type | Method and Description |
|---|---|
javax.json.JsonStructure |
JsonpMessageConverter.read(HttpResponseMessage httpResponseMessage,
java.lang.reflect.Type expectedType) |
T |
JacksonMessageConverter.read(HttpResponseMessage httpResponseMessage,
java.lang.reflect.Type expectedType) |
T |
GsonMessageConverter.read(HttpResponseMessage httpResponseMessage,
java.lang.reflect.Type expectedType) |
| Modifier and Type | Method and Description |
|---|---|
T |
OctetSerializableMessageConverter.read(HttpResponseMessage httpResponseMessage,
java.lang.reflect.Type expectedType) |
java.io.InputStream |
OctetInputStreamMessageConverter.read(HttpResponseMessage httpResponseMessage,
java.lang.reflect.Type expectedType) |
byte[] |
OctetByteArrayMessageConverter.read(HttpResponseMessage httpResponseMessage,
java.lang.reflect.Type expectedType) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
TextMessageConverter.read(HttpResponseMessage httpResponseMessage,
java.lang.reflect.Type expectedType) |
java.lang.Object |
ScalarMessageConverter.read(HttpResponseMessage httpResponseMessage,
java.lang.reflect.Type expectedType) |
| Modifier and Type | Method and Description |
|---|---|
T |
FormURLEncodedMessageConverter.read(HttpResponseMessage httpResponseMessage,
java.lang.reflect.Type expectedType) |
Copyright © 2017. All Rights Reserved.