Uses of Interface
org.jboss.resteasy.client.core.marshallers.Marshaller
Packages that use Marshaller
-
Uses of Marshaller in org.jboss.resteasy.client.core
Fields in org.jboss.resteasy.client.core declared as Marshaller -
Uses of Marshaller in org.jboss.resteasy.client.core.marshallers
Classes in org.jboss.resteasy.client.core.marshallers that implement MarshallerModifier and TypeClassDescriptionclass
class
class
class
class
class
class
Marshaller that doesn't do anything with the target.class
class
class
allows a user to specify the url.Fields in org.jboss.resteasy.client.core.marshallers declared as MarshallerFields in org.jboss.resteasy.client.core.marshallers with type parameters of type MarshallerMethods in org.jboss.resteasy.client.core.marshallers that return MarshallerModifier and TypeMethodDescriptionstatic Marshaller
ClientMarshallerFactory.createMarshaller
(Class<?> declaring, ResteasyProviderFactory providerFactory, Class<?> type, Annotation[] annotations, Type genericType, AccessibleObject target, boolean ignoreBody) static Marshaller
ClientMarshallerFactory.createMarshaller
(Class<?> declaring, ResteasyProviderFactory providerFactory, Class<?> type, Annotation[] annotations, Type genericType, AccessibleObject target, javax.ws.rs.core.MediaType defaultConsumes, boolean ignoreBody) static Marshaller[]
ClientMarshallerFactory.createMarshallers
(Class declaringClass, Method method, ResteasyProviderFactory providerFactory) static Marshaller[]
ClientMarshallerFactory.createMarshallers
(Class declaringClass, Method method, ResteasyProviderFactory providerFactory, javax.ws.rs.core.MediaType defaultConsumes) Constructors in org.jboss.resteasy.client.core.marshallers with parameters of type Marshaller