public class HttpHeadersEndpointCallExecutableFactory
extends java.lang.Object
implements com.github.ljtfreitas.restify.http.client.call.exec.EndpointCallExecutableDecoratorFactory<org.springframework.http.HttpHeaders,org.springframework.http.ResponseEntity<java.lang.Void>,java.lang.Void>
| Constructor and Description |
|---|
HttpHeadersEndpointCallExecutableFactory() |
| Modifier and Type | Method and Description |
|---|---|
com.github.ljtfreitas.restify.http.client.call.exec.EndpointCallExecutable<org.springframework.http.HttpHeaders,java.lang.Void> |
create(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod,
com.github.ljtfreitas.restify.http.client.call.exec.EndpointCallExecutable<org.springframework.http.ResponseEntity<java.lang.Void>,java.lang.Void> executable) |
com.github.ljtfreitas.restify.http.contract.metadata.reflection.JavaType |
returnType(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod) |
boolean |
supports(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod) |
public HttpHeadersEndpointCallExecutableFactory()
public boolean supports(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod)
supports in interface com.github.ljtfreitas.restify.http.client.call.exec.EndpointCallExecutableProviderpublic com.github.ljtfreitas.restify.http.contract.metadata.reflection.JavaType returnType(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod)
returnType in interface com.github.ljtfreitas.restify.http.client.call.exec.EndpointCallExecutableDecoratorFactory<org.springframework.http.HttpHeaders,org.springframework.http.ResponseEntity<java.lang.Void>,java.lang.Void>public com.github.ljtfreitas.restify.http.client.call.exec.EndpointCallExecutable<org.springframework.http.HttpHeaders,java.lang.Void> create(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod,
com.github.ljtfreitas.restify.http.client.call.exec.EndpointCallExecutable<org.springframework.http.ResponseEntity<java.lang.Void>,java.lang.Void> executable)
create in interface com.github.ljtfreitas.restify.http.client.call.exec.EndpointCallExecutableDecoratorFactory<org.springframework.http.HttpHeaders,org.springframework.http.ResponseEntity<java.lang.Void>,java.lang.Void>Copyright © 2017. All Rights Reserved.