Package | Description |
---|---|
org.jboss.resteasy.client.core | |
org.jboss.resteasy.client.core.marshallers |
Modifier and Type | Field and Description |
---|---|
protected Marshaller[] |
ClientInvoker.marshallers |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
Marshaller |
FormMarshaller.GetterMethod.marshaller |
Modifier and Type | Field and Description |
---|---|
protected java.util.HashMap<java.lang.reflect.Field,Marshaller> |
FormMarshaller.fieldMap |
Modifier and Type | Method and Description |
---|---|
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.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,
javax.ws.rs.core.MediaType defaultConsumes,
boolean ignoreBody) |
static Marshaller[] |
ClientMarshallerFactory.createMarshallers(java.lang.Class declaringClass,
java.lang.reflect.Method method,
ResteasyProviderFactory providerFactory) |
static Marshaller[] |
ClientMarshallerFactory.createMarshallers(java.lang.Class declaringClass,
java.lang.reflect.Method method,
ResteasyProviderFactory providerFactory,
javax.ws.rs.core.MediaType defaultConsumes) |
Constructor and Description |
---|
GetterMethod(java.lang.reflect.Method method,
Marshaller marshaller) |