public class ClientMarshallerFactory extends Object
Constructor and Description |
---|
ClientMarshallerFactory() |
Modifier and Type | Method and Description |
---|---|
static Marshaller |
createMarshaller(Class<?> declaring,
ResteasyProviderFactory providerFactory,
Class<?> type,
Annotation[] annotations,
Type genericType,
AccessibleObject target,
boolean ignoreBody) |
static Marshaller |
createMarshaller(Class<?> declaring,
ResteasyProviderFactory providerFactory,
Class<?> type,
Annotation[] annotations,
Type genericType,
AccessibleObject target,
javax.ws.rs.core.MediaType defaultConsumes,
boolean ignoreBody) |
static Marshaller[] |
createMarshallers(Class declaringClass,
Method method,
ResteasyProviderFactory providerFactory) |
static Marshaller[] |
createMarshallers(Class declaringClass,
Method method,
ResteasyProviderFactory providerFactory,
javax.ws.rs.core.MediaType defaultConsumes) |
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 © 2015 JBoss by Red Hat. All rights reserved.