Package | Description |
---|---|
org.jboss.resteasy.client | |
org.jboss.resteasy.client.core | |
org.jboss.resteasy.plugins.providers.multipart |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
<T2> T2 |
BaseClientResponse.getEntity(GenericType<T2> genericType) |
<T2> T2 |
BaseClientResponse.getEntity(GenericType<T2> genericType,
Annotation[] ann) |
Modifier and Type | Method and Description |
---|---|
OutputPart |
MultipartFormDataOutput.addFormData(String key,
Object entity,
GenericType<?> type,
MediaType mediaType) |
OutputPart |
MultipartOutput.addPart(Object entity,
GenericType<?> type,
MediaType mediaType) |
<T> T |
MultipartInputImpl.PartImpl.getBody(GenericType<T> type) |
<T> T |
InputPart.getBody(GenericType<T> type) |
<T> T |
MultipartFormDataInputImpl.getFormDataPart(String key,
GenericType<T> type) |
<T> T |
MultipartFormDataInput.getFormDataPart(String key,
GenericType<T> type) |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.