public interface HttpMessageReader<T> extends HttpMessageConverter
| Modifier and Type | Method and Description |
|---|---|
boolean |
canRead(java.lang.reflect.Type type) |
T |
read(HttpResponseMessage httpResponseMessage,
java.lang.reflect.Type expectedType) |
contentTypesboolean canRead(java.lang.reflect.Type type)
T read(HttpResponseMessage httpResponseMessage, java.lang.reflect.Type expectedType) throws HttpMessageReadException
HttpMessageReadExceptionCopyright © 2019. All Rights Reserved.