public class OptionalEndpointCallHandlerFactory<T>
extends java.lang.Object
implements com.github.ljtfreitas.restify.http.client.call.handler.EndpointCallHandlerFactory<java.util.Optional<T>,T>
| Constructor and Description |
|---|
OptionalEndpointCallHandlerFactory() |
| Modifier and Type | Method and Description |
|---|---|
com.github.ljtfreitas.restify.http.client.call.handler.EndpointCallHandler<java.util.Optional<T>,T> |
create(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod) |
static OptionalEndpointCallHandlerFactory<java.lang.Object> |
instance() |
boolean |
supports(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod) |
public boolean supports(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod)
supports in interface com.github.ljtfreitas.restify.http.client.call.handler.EndpointCallHandlerProviderpublic com.github.ljtfreitas.restify.http.client.call.handler.EndpointCallHandler<java.util.Optional<T>,T> create(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod)
public static OptionalEndpointCallHandlerFactory<java.lang.Object> instance()
Copyright © 2019. All Rights Reserved.