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