@Deprecated public class ClientMarshallerFactory extends Object
org.jboss.resteasy.client.jaxrs.internal.proxy.processors
,
org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation
,
org.jboss.resteasy.client.jaxrs.internal.proxy.processors.webtarget
,
(https://jcp.org/en/jsr/detail?id=339)
Constructor and Description |
---|
ClientMarshallerFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Marshaller |
createMarshaller(Class<?> declaring,
ResteasyProviderFactory providerFactory,
Class<?> type,
Annotation[] annotations,
Type genericType,
AccessibleObject target,
boolean ignoreBody)
Deprecated.
|
static Marshaller |
createMarshaller(Class<?> declaring,
ResteasyProviderFactory providerFactory,
Class<?> type,
Annotation[] annotations,
Type genericType,
AccessibleObject target,
javax.ws.rs.core.MediaType defaultConsumes,
boolean ignoreBody)
Deprecated.
|
static Marshaller[] |
createMarshallers(Class declaringClass,
Method method,
ResteasyProviderFactory providerFactory)
Deprecated.
|
static Marshaller[] |
createMarshallers(Class declaringClass,
Method method,
ResteasyProviderFactory providerFactory,
javax.ws.rs.core.MediaType defaultConsumes)
Deprecated.
|
public static Marshaller[] createMarshallers(Class declaringClass, Method method, ResteasyProviderFactory providerFactory)
public static Marshaller[] createMarshallers(Class declaringClass, Method method, ResteasyProviderFactory providerFactory, javax.ws.rs.core.MediaType defaultConsumes)
public static Marshaller createMarshaller(Class<?> declaring, ResteasyProviderFactory providerFactory, Class<?> type, Annotation[] annotations, Type genericType, AccessibleObject target, boolean ignoreBody)
public static Marshaller createMarshaller(Class<?> declaring, ResteasyProviderFactory providerFactory, Class<?> type, Annotation[] annotations, Type genericType, AccessibleObject target, javax.ws.rs.core.MediaType defaultConsumes, boolean ignoreBody)
Copyright © 2016. All rights reserved.