public class ResponseEntityEndpointCallHandlerFactory<T>
extends java.lang.Object
implements com.github.ljtfreitas.restify.http.client.call.handler.EndpointCallHandlerFactory<org.springframework.http.ResponseEntity<T>,com.github.ljtfreitas.restify.http.client.response.EndpointResponse<T>>
| Constructor and Description |
|---|
ResponseEntityEndpointCallHandlerFactory() |
ResponseEntityEndpointCallHandlerFactory(org.springframework.core.convert.converter.Converter<com.github.ljtfreitas.restify.http.client.response.EndpointResponse<T>,org.springframework.http.ResponseEntity<T>> endpointResponseConverter) |
| Modifier and Type | Method and Description |
|---|---|
com.github.ljtfreitas.restify.http.client.call.handler.EndpointCallHandler<org.springframework.http.ResponseEntity<T>,com.github.ljtfreitas.restify.http.client.response.EndpointResponse<T>> |
create(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod) |
boolean |
supports(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod) |
public ResponseEntityEndpointCallHandlerFactory()
public boolean supports(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod)
supports in interface com.github.ljtfreitas.restify.http.client.call.handler.EndpointCallHandlerProviderCopyright © 2019. All Rights Reserved.