public class EndpointRequestFactory
extends java.lang.Object
| Constructor and Description |
|---|
EndpointRequestFactory() |
| Modifier and Type | Method and Description |
|---|---|
com.github.ljtfreitas.restify.http.client.request.EndpointRequest |
createWith(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod,
java.lang.Object[] args) |
com.github.ljtfreitas.restify.http.client.request.EndpointRequest |
createWith(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod,
java.lang.Object[] args,
com.github.ljtfreitas.restify.reflection.JavaType responseType) |
public com.github.ljtfreitas.restify.http.client.request.EndpointRequest createWith(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod,
java.lang.Object[] args)
public com.github.ljtfreitas.restify.http.client.request.EndpointRequest createWith(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod,
java.lang.Object[] args,
com.github.ljtfreitas.restify.reflection.JavaType responseType)
Copyright © 2019. All Rights Reserved.