public interface EndpointCallHandlerAdapter<M,T,O> extends EndpointCallHandlerProvider
| Modifier and Type | Method and Description |
|---|---|
EndpointCallHandler<M,O> |
adapt(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod,
EndpointCallHandler<T,O> handler) |
com.github.ljtfreitas.restify.reflection.JavaType |
returnType(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod) |
supportscom.github.ljtfreitas.restify.reflection.JavaType returnType(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod)
EndpointCallHandler<M,O> adapt(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod, EndpointCallHandler<T,O> handler)
Copyright © 2019. All Rights Reserved.