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