public class EndpointCallObjectExecutableFactory<T,O> extends java.lang.Object implements EndpointCallExecutableDecoratorFactory<EndpointCall<T>,T,O>
| Constructor and Description |
|---|
EndpointCallObjectExecutableFactory() |
| Modifier and Type | Method and Description |
|---|---|
EndpointCallExecutable<EndpointCall<T>,O> |
create(EndpointMethod endpointMethod,
EndpointCallExecutable<T,O> executable) |
JavaType |
returnType(EndpointMethod endpointMethod) |
boolean |
supports(EndpointMethod endpointMethod) |
public boolean supports(EndpointMethod endpointMethod)
supports in interface EndpointCallExecutableProviderpublic JavaType returnType(EndpointMethod endpointMethod)
returnType in interface EndpointCallExecutableDecoratorFactory<EndpointCall<T>,T,O>public EndpointCallExecutable<EndpointCall<T>,O> create(EndpointMethod endpointMethod, EndpointCallExecutable<T,O> executable)
create in interface EndpointCallExecutableDecoratorFactory<EndpointCall<T>,T,O>Copyright © 2016. All Rights Reserved.