public class ResponseEntityEndpointCallExecutableFactory<T>
extends java.lang.Object
implements com.github.ljtfreitas.restify.http.client.call.exec.EndpointCallExecutableFactory<org.springframework.http.ResponseEntity<T>,com.github.ljtfreitas.restify.http.client.response.EndpointResponse<T>>
| Constructor and Description |
|---|
ResponseEntityEndpointCallExecutableFactory() |
ResponseEntityEndpointCallExecutableFactory(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.exec.EndpointCallExecutable<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 ResponseEntityEndpointCallExecutableFactory()
public boolean supports(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod)
supports in interface com.github.ljtfreitas.restify.http.client.call.exec.EndpointCallExecutableProviderCopyright © 2017. All Rights Reserved.