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