public class StreamEndpointCallHandlerAdapter<T>
extends java.lang.Object
implements com.github.ljtfreitas.restify.http.client.call.handler.EndpointCallHandlerAdapter<java.util.stream.Stream<T>,java.util.Collection<T>,java.util.Collection<T>>
| Constructor and Description |
|---|
StreamEndpointCallHandlerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
com.github.ljtfreitas.restify.http.client.call.handler.EndpointCallHandler<java.util.stream.Stream<T>,java.util.Collection<T>> |
adapt(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod,
com.github.ljtfreitas.restify.http.client.call.handler.EndpointCallHandler<java.util.Collection<T>,java.util.Collection<T>> delegate) |
static StreamEndpointCallHandlerAdapter<java.lang.Object> |
instance() |
com.github.ljtfreitas.restify.reflection.JavaType |
returnType(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod) |
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.reflection.JavaType returnType(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod)
public com.github.ljtfreitas.restify.http.client.call.handler.EndpointCallHandler<java.util.stream.Stream<T>,java.util.Collection<T>> adapt(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod, com.github.ljtfreitas.restify.http.client.call.handler.EndpointCallHandler<java.util.Collection<T>,java.util.Collection<T>> delegate)
public static StreamEndpointCallHandlerAdapter<java.lang.Object> instance()
Copyright © 2019. All Rights Reserved.