public class DefaultEndpointCallFactory extends java.lang.Object implements EndpointCallFactory
| Constructor and Description |
|---|
DefaultEndpointCallFactory(com.github.ljtfreitas.restify.http.client.request.EndpointRequestExecutor endpointRequestExecutor) |
| Modifier and Type | Method and Description |
|---|---|
<T> EndpointCall<T> |
createWith(com.github.ljtfreitas.restify.http.client.request.EndpointRequest endpointRequest,
com.github.ljtfreitas.restify.reflection.JavaType returnType) |
public DefaultEndpointCallFactory(com.github.ljtfreitas.restify.http.client.request.EndpointRequestExecutor endpointRequestExecutor)
public <T> EndpointCall<T> createWith(com.github.ljtfreitas.restify.http.client.request.EndpointRequest endpointRequest, com.github.ljtfreitas.restify.reflection.JavaType returnType)
createWith in interface EndpointCallFactoryCopyright © 2019. All Rights Reserved.