|
RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GenericType | |
---|---|
org.jboss.resteasy.client | |
org.jboss.resteasy.client.core |
Uses of GenericType in org.jboss.resteasy.client |
---|
Methods in org.jboss.resteasy.client with parameters of type GenericType | ||
---|---|---|
ClientRequest |
ClientRequest.body(javax.ws.rs.core.MediaType contentType,
Object data,
GenericType genericType)
|
|
|
ClientRequest.delete(GenericType type)
|
|
|
ClientRequest.get(GenericType type)
|
|
abstract
|
ClientResponse.getEntity(GenericType<T2> type)
Extract the response body with the provided type information. |
|
abstract
|
ClientResponse.getEntity(GenericType<T2> type,
Annotation[] annotations)
|
|
|
ClientRequest.httpMethod(String method,
GenericType type)
|
|
|
ClientRequest.options(GenericType type)
|
|
|
ClientRequest.post(GenericType type)
|
|
|
ClientRequest.put(GenericType type)
|
Uses of GenericType in org.jboss.resteasy.client.core |
---|
Methods in org.jboss.resteasy.client.core with parameters of type GenericType | ||
---|---|---|
|
BaseClientResponse.getEntity(GenericType<T2> genericType)
|
|
|
BaseClientResponse.getEntity(GenericType<T2> genericType,
Annotation[] ann)
|
|
RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |