Class ClientMarshallerFactory
java.lang.Object
org.jboss.resteasy.client.core.marshallers.ClientMarshallerFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
Constructor Details
-
ClientMarshallerFactory
public ClientMarshallerFactory()
-
-
Method Details
-
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)
-