ClientRequest |
ClientRequest.body(MediaType contentType,
Object data,
GenericType genericType) |
<T> ClientResponse<T> |
ClientRequest.delete(GenericType type) |
<T> ClientResponse<T> |
ClientRequest.get(GenericType type) |
abstract <T2> T2 |
ClientResponse.getEntity(GenericType<T2> type)
Extract the response body with the provided type information.
|
abstract <T2> T2 |
ClientResponse.getEntity(GenericType<T2> type,
Annotation[] annotations) |
<T> ClientResponse<T> |
ClientRequest.httpMethod(String method,
GenericType type) |
<T> ClientResponse<T> |
ClientRequest.options(GenericType type) |
<T> ClientResponse<T> |
ClientRequest.post(GenericType type) |
<T> ClientResponse<T> |
ClientRequest.put(GenericType type) |