Uses of Interface
org.jboss.resteasy.client.core.marshallers.Marshaller

Packages that use Marshaller
org.jboss.resteasy.client.core   
org.jboss.resteasy.client.core.marshallers   
 

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

Fields in org.jboss.resteasy.client.core declared as Marshaller
protected  Marshaller[] ClientInvoker.marshallers
           
 

Uses of Marshaller in org.jboss.resteasy.client.core.marshallers
 

Classes in org.jboss.resteasy.client.core.marshallers that implement Marshaller
 class CookieParamMarshaller
           
 class FormMarshaller
           
 class FormParamMarshaller
           
 class HeaderParamMarshaller
           
 class MatrixParamMarshaller
           
 class MessageBodyParameterMarshaller
           
 class NOOPMarshaller
          Marshaller that doesn't do anything with the target.
 class PathParamMarshaller
           
 class QueryParamMarshaller
           
 class URIParamMarshaller
          allows a user to specify the url.
 

Fields in org.jboss.resteasy.client.core.marshallers with type parameters of type Marshaller
protected  HashMap<Field,Marshaller> FormMarshaller.fieldMap
           
 

Methods in org.jboss.resteasy.client.core.marshallers that return Marshaller
static Marshaller ClientMarshallerFactory.createMarshaller(Class<?> declaring, ResteasyProviderFactory providerFactory, Class<?> type, Annotation[] annotations, Type genericType, AccessibleObject target, boolean ignoreBody)
           
static Marshaller ClientMarshallerFactory.createMarshaller(Class<?> declaring, ResteasyProviderFactory providerFactory, Class<?> type, Annotation[] annotations, Type genericType, AccessibleObject target, MediaType defaultConsumes, boolean ignoreBody)
           
static Marshaller[] ClientMarshallerFactory.createMarshallers(Class declaringClass, Method method, ResteasyProviderFactory providerFactory)
           
static Marshaller[] ClientMarshallerFactory.createMarshallers(Class declaringClass, Method method, ResteasyProviderFactory providerFactory, MediaType defaultConsumes)
           
 



Copyright © 2012. All Rights Reserved.