| Modifier and Type | Method and Description |
|---|---|
T |
HttpMessageReader.read(HttpResponseMessage httpResponseMessage,
java.lang.reflect.Type expectedType) |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
java.lang.Object |
ScalarMessageConverter.read(HttpResponseMessage httpResponseMessage,
java.lang.reflect.Type expectedType) |
java.lang.String |
TextMessageConverter.read(HttpResponseMessage httpResponseMessage,
java.lang.reflect.Type expectedType) |
| Modifier and Type | Method and Description |
|---|---|
T |
FormURLEncodedMessageConverter.read(HttpResponseMessage httpResponseMessage,
java.lang.reflect.Type expectedType) |
| Modifier and Type | Class and Description |
|---|---|
class |
RestifyEndpointResponseException |
Copyright © 2016. All Rights Reserved.