Uses of Class
org.jboss.resteasy.util.GenericType
-
Packages that use GenericType Package Description org.jboss.resteasy.client JAX-RS specification 1.1 ({@link https://jcp.org/en/jsr/detail?id=311}) had no client framework, so Resteasy release 2.x provided one.org.jboss.resteasy.client.core -
-
Uses of GenericType in org.jboss.resteasy.client
Methods in org.jboss.resteasy.client with parameters of type GenericType Modifier and Type Method Description ClientRequest
ClientRequest. body(javax.ws.rs.core.MediaType contentType, java.lang.Object data, GenericType genericType)
Deprecated.<T> ClientResponse<T>
ClientRequest. delete(GenericType type)
Deprecated.<T> ClientResponse<T>
ClientRequest. get(GenericType type)
Deprecated.abstract <T2> T2
ClientResponse. getEntity(GenericType<T2> type)
Deprecated.Extract the response body with the provided type information.abstract <T2> T2
ClientResponse. getEntity(GenericType<T2> type, java.lang.annotation.Annotation[] annotations)
Deprecated.<T> ClientResponse<T>
ClientRequest. httpMethod(java.lang.String method, GenericType type)
Deprecated.<T> ClientResponse<T>
ClientRequest. options(GenericType type)
Deprecated.<T> ClientResponse<T>
ClientRequest. post(GenericType type)
Deprecated.<T> ClientResponse<T>
ClientRequest. put(GenericType type)
Deprecated. -
Uses of GenericType in org.jboss.resteasy.client.core
Methods in org.jboss.resteasy.client.core with parameters of type GenericType Modifier and Type Method Description <T2> T2
BaseClientResponse. getEntity(GenericType<T2> genericType)
<T2> T2
BaseClientResponse. getEntity(GenericType<T2> genericType, java.lang.annotation.Annotation[] ann)
-