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