public class IterableEndpointCallExecutableFactory<T> extends java.lang.Object implements EndpointCallExecutableDecoratorFactory<java.lang.Iterable<T>,java.util.Collection<T>,java.util.Collection<T>>
| Constructor and Description |
|---|
IterableEndpointCallExecutableFactory() |
| Modifier and Type | Method and Description |
|---|---|
EndpointCallExecutable<java.lang.Iterable<T>,java.util.Collection<T>> |
create(EndpointMethod endpointMethod,
EndpointCallExecutable<java.util.Collection<T>,java.util.Collection<T>> delegate) |
JavaType |
returnType(EndpointMethod endpointMethod) |
boolean |
supports(EndpointMethod endpointMethod) |
public IterableEndpointCallExecutableFactory()
public boolean supports(EndpointMethod endpointMethod)
supports in interface EndpointCallExecutableProviderpublic JavaType returnType(EndpointMethod endpointMethod)
returnType in interface EndpointCallExecutableDecoratorFactory<java.lang.Iterable<T>,java.util.Collection<T>,java.util.Collection<T>>public EndpointCallExecutable<java.lang.Iterable<T>,java.util.Collection<T>> create(EndpointMethod endpointMethod, EndpointCallExecutable<java.util.Collection<T>,java.util.Collection<T>> delegate)
create in interface EndpointCallExecutableDecoratorFactory<java.lang.Iterable<T>,java.util.Collection<T>,java.util.Collection<T>>Copyright © 2017. All Rights Reserved.