Package | Description |
---|---|
org.jboss.resteasy.client.core | |
org.jboss.resteasy.client.core.marshallers |
Modifier and Type | Field and Description |
---|---|
protected Marshaller[] |
ClientInvoker.marshallers
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
CookieParamMarshaller
Deprecated.
The Resteasy client framework in resteasy-jaxrs
is replaced by the JAX-RS 2.0 compliant resteasy-client module.
The Resteasy client proxy framework is replaced by the client proxy
framework in resteasy-client module.
|
class |
FormMarshaller
Deprecated.
The Resteasy client framework in resteasy-jaxrs
is replaced by the JAX-RS 2.0 compliant resteasy-client module.
The Resteasy client proxy framework is replaced by the client proxy
framework in resteasy-client module.
|
class |
FormParamMarshaller
Deprecated.
The Resteasy client framework in resteasy-jaxrs
is replaced by the JAX-RS 2.0 compliant resteasy-client module.
The Resteasy client proxy framework is replaced by the client proxy
framework in resteasy-client module.
|
class |
HeaderParamMarshaller
Deprecated.
The Resteasy client framework in resteasy-jaxrs
is replaced by the JAX-RS 2.0 compliant resteasy-client module.
The Resteasy client proxy framework is replaced by the client proxy
framework in resteasy-client module.
|
class |
MatrixParamMarshaller
Deprecated.
The Resteasy client framework in resteasy-jaxrs
is replaced by the JAX-RS 2.0 compliant resteasy-client module.
The Resteasy client proxy framework is replaced by the client proxy
framework in resteasy-client module.
|
class |
MessageBodyParameterMarshaller
Deprecated.
The Resteasy client framework in resteasy-jaxrs
is replaced by the JAX-RS 2.0 compliant resteasy-client module.
The Resteasy client proxy framework is replaced by the client proxy
framework in resteasy-client module.
|
class |
NOOPMarshaller
Deprecated.
The Resteasy client framework in resteasy-jaxrs
is replaced by the JAX-RS 2.0 compliant resteasy-client module.
The Resteasy client proxy framework is replaced by the client proxy
framework in resteasy-client module.
|
class |
PathParamMarshaller
Deprecated.
The Resteasy client framework in resteasy-jaxrs
is replaced by the JAX-RS 2.0 compliant resteasy-client module.
The Resteasy client proxy framework is replaced by the client proxy
framework in resteasy-client module.
|
class |
QueryParamMarshaller
Deprecated.
The Resteasy client framework in resteasy-jaxrs
is replaced by the JAX-RS 2.0 compliant resteasy-client module.
The Resteasy client proxy framework is replaced by the client proxy
framework in resteasy-client module.
|
class |
URIParamMarshaller
Deprecated.
The Resteasy client framework in resteasy-jaxrs
is replaced by the JAX-RS 2.0 compliant resteasy-client module.
The Resteasy client proxy framework is replaced by the client proxy
framework in resteasy-client module.
|
Modifier and Type | Field and Description |
---|---|
protected HashMap<Field,Marshaller> |
FormMarshaller.fieldMap
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Marshaller |
ClientMarshallerFactory.createMarshaller(Class<?> declaring,
ResteasyProviderFactory providerFactory,
Class<?> type,
Annotation[] annotations,
Type genericType,
AccessibleObject target,
boolean ignoreBody)
Deprecated.
|
static Marshaller |
ClientMarshallerFactory.createMarshaller(Class<?> declaring,
ResteasyProviderFactory providerFactory,
Class<?> type,
Annotation[] annotations,
Type genericType,
AccessibleObject target,
javax.ws.rs.core.MediaType defaultConsumes,
boolean ignoreBody)
Deprecated.
|
static Marshaller[] |
ClientMarshallerFactory.createMarshallers(Class declaringClass,
Method method,
ResteasyProviderFactory providerFactory)
Deprecated.
|
static Marshaller[] |
ClientMarshallerFactory.createMarshallers(Class declaringClass,
Method method,
ResteasyProviderFactory providerFactory,
javax.ws.rs.core.MediaType defaultConsumes)
Deprecated.
|
Copyright © 2021. All rights reserved.