RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

Uses of Class
org.jboss.resteasy.util.GenericType

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)
           
<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)
           
 

Uses of GenericType in org.jboss.resteasy.client.core
 

Methods in org.jboss.resteasy.client.core with parameters of type GenericType
<T2> T2
BaseClientResponse.getEntity(GenericType<T2> genericType)
           
<T2> T2
BaseClientResponse.getEntity(GenericType<T2> genericType, Annotation[] ann)
           
 


RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.