org.jboss.resteasy.client.core.marshallers
Class ClientMarshallerFactory
java.lang.Object
org.jboss.resteasy.client.core.marshallers.ClientMarshallerFactory
public class ClientMarshallerFactory
- extends Object
Method Summary |
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientMarshallerFactory
public ClientMarshallerFactory()
createMarshallers
public static Marshaller[] createMarshallers(Class declaringClass,
Method method,
ResteasyProviderFactory providerFactory)
createMarshallers
public static Marshaller[] createMarshallers(Class declaringClass,
Method method,
ResteasyProviderFactory providerFactory,
javax.ws.rs.core.MediaType defaultConsumes)
createMarshaller
public static Marshaller createMarshaller(Class<?> declaring,
ResteasyProviderFactory providerFactory,
Class<?> type,
Annotation[] annotations,
Type genericType,
AccessibleObject target,
boolean ignoreBody)
createMarshaller
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 © 2013 JBoss by Red Hat. All Rights Reserved.