| Package | Description |
|---|---|
| com.github.ljtfreitas.restify.http.client.call | |
| com.github.ljtfreitas.restify.http.client.call.async | |
| com.github.ljtfreitas.restify.http.client.call.exec |
| Modifier and Type | Method and Description |
|---|---|
<T> EndpointCall<T> |
EndpointCallFactory.createWith(EndpointMethod endpointMethod,
java.lang.Object[] args,
JavaType returnType) |
| Modifier and Type | Method and Description |
|---|---|
<T> AsyncEndpointCall<T> |
AsyncEndpointCallFactory.create(EndpointCall<T> call,
java.util.concurrent.Executor executor) |
| Modifier and Type | Method and Description |
|---|---|
EndpointCallExecutable<EndpointCall<T>,O> |
EndpointCallObjectExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<T,O> executable) |
| Modifier and Type | Method and Description |
|---|---|
M |
EndpointCallExecutable.execute(EndpointCall<T> call,
java.lang.Object[] args) |
Copyright © 2017. All Rights Reserved.