public class EndpointResponseReader
extends java.lang.Object
| Constructor and Description |
|---|
EndpointResponseReader(com.github.ljtfreitas.restify.http.client.message.converter.HttpMessageConverters converters) |
EndpointResponseReader(com.github.ljtfreitas.restify.http.client.message.converter.HttpMessageConverters converters,
EndpointResponseErrorFallback endpointResponseErrorFallback) |
| Modifier and Type | Method and Description |
|---|---|
<T> EndpointResponse<T> |
read(com.github.ljtfreitas.restify.http.client.message.response.HttpResponseMessage response,
com.github.ljtfreitas.restify.reflection.JavaType responseType) |
public EndpointResponseReader(com.github.ljtfreitas.restify.http.client.message.converter.HttpMessageConverters converters)
public EndpointResponseReader(com.github.ljtfreitas.restify.http.client.message.converter.HttpMessageConverters converters,
EndpointResponseErrorFallback endpointResponseErrorFallback)
public <T> EndpointResponse<T> read(com.github.ljtfreitas.restify.http.client.message.response.HttpResponseMessage response, com.github.ljtfreitas.restify.reflection.JavaType responseType)
Copyright © 2019. All Rights Reserved.