Uses of Class
org.jboss.resteasy.util.GenericType
Packages that use GenericType
Package
Description
JAX-RS specification 1.1 (
})
had no client framework, so Resteasy release 2.x provided one.
invalid @link
{@link <a href="https://jcp.org/en/jsr/detail?id=311">https://jcp.org/en/jsr/detail?id=311</a>
-
Uses of GenericType in org.jboss.resteasy.client
Methods in org.jboss.resteasy.client with parameters of type GenericTypeModifier and TypeMethodDescriptionClientRequest.body(javax.ws.rs.core.MediaType contentType, Object data, GenericType genericType) Deprecated.<T> ClientResponse<T> ClientRequest.delete(GenericType type) Deprecated.<T> ClientResponse<T> ClientRequest.get(GenericType type) Deprecated.abstract <T2> T2ClientResponse.getEntity(GenericType<T2> type) Deprecated.Extract the response body with the provided type information.abstract <T2> T2ClientResponse.getEntity(GenericType<T2> type, Annotation[] annotations) Deprecated.<T> ClientResponse<T> ClientRequest.httpMethod(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 GenericTypeModifier and TypeMethodDescription<T2> T2BaseClientResponse.getEntity(GenericType<T2> genericType) <T2> T2BaseClientResponse.getEntity(GenericType<T2> genericType, Annotation[] ann)