org.jboss.resteasy.client.core.marshallers
Class ClientMarshallerFactory
java.lang.Object
org.jboss.resteasy.client.core.marshallers.ClientMarshallerFactory
public class ClientMarshallerFactory
- extends java.lang.Object
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(java.lang.Class declaringClass,
java.lang.reflect.Method method,
ResteasyProviderFactory providerFactory)
createMarshaller
public static Marshaller createMarshaller(java.lang.Class<?> declaring,
ResteasyProviderFactory providerFactory,
java.lang.Class<?> type,
java.lang.annotation.Annotation[] annotations,
java.lang.reflect.Type genericType,
java.lang.reflect.AccessibleObject target,
boolean ignoreBody)
Copyright © 2010. All Rights Reserved.