public class StatusCodeEndpointCallHandlerAdapter
extends java.lang.Object
implements com.github.ljtfreitas.restify.http.client.call.handler.EndpointCallHandlerAdapter<com.github.ljtfreitas.restify.http.client.message.response.StatusCode,com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.Void>,java.lang.Void>
| Constructor and Description |
|---|
StatusCodeEndpointCallHandlerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
com.github.ljtfreitas.restify.http.client.call.handler.EndpointCallHandler<com.github.ljtfreitas.restify.http.client.message.response.StatusCode,java.lang.Void> |
adapt(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod,
com.github.ljtfreitas.restify.http.client.call.handler.EndpointCallHandler<com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.Void>,java.lang.Void> handler) |
static StatusCodeEndpointCallHandlerAdapter |
instance() |
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 StatusCodeEndpointCallHandlerAdapter()
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<com.github.ljtfreitas.restify.http.client.message.response.StatusCode,com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.Void>,java.lang.Void>public com.github.ljtfreitas.restify.http.client.call.handler.EndpointCallHandler<com.github.ljtfreitas.restify.http.client.message.response.StatusCode,java.lang.Void> adapt(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod,
com.github.ljtfreitas.restify.http.client.call.handler.EndpointCallHandler<com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.Void>,java.lang.Void> handler)
adapt in interface com.github.ljtfreitas.restify.http.client.call.handler.EndpointCallHandlerAdapter<com.github.ljtfreitas.restify.http.client.message.response.StatusCode,com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.Void>,java.lang.Void>public static StatusCodeEndpointCallHandlerAdapter instance()
Copyright © 2019. All Rights Reserved.