|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 java.util.HashMap<java.lang.reflect.Field,Marshaller> |
FormMarshaller.fieldMap
|
Methods in org.jboss.resteasy.client.core.marshallers that return Marshaller | |
---|---|
static Marshaller |
ClientMarshallerFactory.createMarshaller(java.lang.Class<?> declaring,
ResteasyProviderFactory providerFactory,
java.lang.Class<?> type,
java.lang.annotation.Annotation[] annotations,
java.lang.reflect.Type genericType,
java.lang.reflect.AccessibleObject target,
boolean ignoreBody)
|
static Marshaller[] |
ClientMarshallerFactory.createMarshallers(java.lang.Class declaringClass,
java.lang.reflect.Method method,
ResteasyProviderFactory providerFactory)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |