public class ArrayEndpointCallExecutableFactory<T> extends java.lang.Object implements EndpointCallExecutableFactory<T[],T[]>
| Constructor and Description |
|---|
ArrayEndpointCallExecutableFactory() |
| Modifier and Type | Method and Description |
|---|---|
EndpointCallExecutable<T[],T[]> |
create(EndpointMethod endpointMethod) |
boolean |
supports(EndpointMethod endpointMethod) |
public boolean supports(EndpointMethod endpointMethod)
supports in interface EndpointCallExecutableProviderpublic EndpointCallExecutable<T[],T[]> create(EndpointMethod endpointMethod)
create in interface EndpointCallExecutableFactory<T[],T[]>Copyright © 2017. All Rights Reserved.