public class HttpStatusEndpointCallHandlerAdapter
extends java.lang.Object
implements com.github.ljtfreitas.restify.http.client.call.handler.EndpointCallHandlerAdapter<org.springframework.http.HttpStatus,org.springframework.http.ResponseEntity<java.lang.Void>,java.lang.Void>
| Constructor and Description |
|---|
HttpStatusEndpointCallHandlerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
com.github.ljtfreitas.restify.http.client.call.handler.EndpointCallHandler<org.springframework.http.HttpStatus,java.lang.Void> |
adapt(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod,
com.github.ljtfreitas.restify.http.client.call.handler.EndpointCallHandler<org.springframework.http.ResponseEntity<java.lang.Void>,java.lang.Void> handler) |
com.github.ljtfreitas.restify.reflection.JavaType |
returnType(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod) |
boolean |
supports(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod) |
public HttpStatusEndpointCallHandlerAdapter()
public boolean supports(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod)
supports in interface com.github.ljtfreitas.restify.http.client.call.handler.EndpointCallHandlerProviderpublic com.github.ljtfreitas.restify.reflection.JavaType returnType(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod)
returnType in interface com.github.ljtfreitas.restify.http.client.call.handler.EndpointCallHandlerAdapter<org.springframework.http.HttpStatus,org.springframework.http.ResponseEntity<java.lang.Void>,java.lang.Void>public com.github.ljtfreitas.restify.http.client.call.handler.EndpointCallHandler<org.springframework.http.HttpStatus,java.lang.Void> adapt(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod,
com.github.ljtfreitas.restify.http.client.call.handler.EndpointCallHandler<org.springframework.http.ResponseEntity<java.lang.Void>,java.lang.Void> handler)
adapt in interface com.github.ljtfreitas.restify.http.client.call.handler.EndpointCallHandlerAdapter<org.springframework.http.HttpStatus,org.springframework.http.ResponseEntity<java.lang.Void>,java.lang.Void>Copyright © 2019. All Rights Reserved.