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,
MediaType defaultConsumes,
boolean ignoreBody) |
static Marshaller[] |
createMarshallers(Class declaringClass,
Method method,
ResteasyProviderFactory providerFactory) |
static Marshaller[] |
createMarshallers(Class declaringClass,
Method method,
ResteasyProviderFactory providerFactory,
MediaType defaultConsumes) |
public static Marshaller[] createMarshallers(Class declaringClass, Method method, ResteasyProviderFactory providerFactory)
public static Marshaller[] createMarshallers(Class declaringClass, Method method, ResteasyProviderFactory providerFactory, 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, MediaType defaultConsumes, boolean ignoreBody)
Copyright © 2018 JBoss by Red Hat. All rights reserved.