public class EndpointCallObjectHandlerAdapter<T,O> extends java.lang.Object implements EndpointCallHandlerAdapter<EndpointCall<T>,T,O>
| Constructor and Description |
|---|
EndpointCallObjectHandlerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
EndpointCallHandler<EndpointCall<T>,O> |
adapt(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod,
EndpointCallHandler<T,O> handler) |
static EndpointCallObjectHandlerAdapter<java.lang.Object,java.lang.Object> |
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 boolean supports(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod)
supports in interface EndpointCallHandlerProviderpublic com.github.ljtfreitas.restify.reflection.JavaType returnType(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod)
returnType in interface EndpointCallHandlerAdapter<EndpointCall<T>,T,O>public EndpointCallHandler<EndpointCall<T>,O> adapt(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod, EndpointCallHandler<T,O> handler)
adapt in interface EndpointCallHandlerAdapter<EndpointCall<T>,T,O>public static EndpointCallObjectHandlerAdapter<java.lang.Object,java.lang.Object> instance()
Copyright © 2019. All Rights Reserved.