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

Packages that use GenericType
org.jboss.resteasy.client   
org.jboss.resteasy.client.core   
org.jboss.resteasy.plugins.providers.multipart   
 

Uses of GenericType in org.jboss.resteasy.client
 

Methods in org.jboss.resteasy.client with parameters of type GenericType
abstract
<T2> T2
ClientResponse.getEntity(GenericType<T2> type)
          Extract the response body with the provided type information.
 

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

Methods in org.jboss.resteasy.client.core with parameters of type GenericType
<T2> T2
ClientResponseImpl.getEntity(GenericType<T2> genericType)
           
 

Uses of GenericType in org.jboss.resteasy.plugins.providers.multipart
 

Methods in org.jboss.resteasy.plugins.providers.multipart with parameters of type GenericType
 OutputPart MultipartFormDataOutput.addFormData(java.lang.String key, java.lang.Object entity, GenericType type, MediaType mediaType)
           
 OutputPart MultipartOutput.addPart(java.lang.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(java.lang.String key, GenericType<T> type)
           
<T> T
MultipartFormDataInput.getFormDataPart(java.lang.String key, GenericType<T> type)
           
 



Copyright © 2009. All Rights Reserved.