-
Methods in xyz.euclia.jaqpotj.consumers with parameters of type TypeReference
| Modifier and Type |
Method |
Description |
<T> CompletableFuture<T> |
BaseConsumer.getList(List<org.asynchttpclient.Param> params,
String token,
TypeReference<T> c) |
|
<T> CompletableFuture<T> |
BaseConsumer.getWithId(String id,
String token,
TypeReference<T> c) |
|
<T> CompletableFuture<T> |
BaseConsumer.getWithIdAndParams(String id,
List<org.asynchttpclient.Param> params,
String token,
TypeReference<T> c) |
|
<T> CompletableFuture<T> |
BaseConsumer.getWithParams(List<org.asynchttpclient.Param> params,
String token,
TypeReference<T> c) |
|
<T> CompletableFuture<T> |
BaseConsumer.post(String data,
String token,
TypeReference<T> c) |
|
-