Uses of Interface
org.jboss.resteasy.client.core.marshallers.Marshaller
-
Packages that use Marshaller Package Description org.jboss.resteasy.client.core org.jboss.resteasy.client.core.marshallers -
-
Uses of Marshaller in org.jboss.resteasy.client.core
Fields in org.jboss.resteasy.client.core declared as Marshaller Modifier and Type Field Description protected Marshaller[]
ClientInvoker. marshallers
-
Uses of Marshaller in org.jboss.resteasy.client.core.marshallers
Classes in org.jboss.resteasy.client.core.marshallers that implement Marshaller Modifier and Type Class Description class
CookieParamMarshaller
class
FormMarshaller
class
FormParamMarshaller
class
HeaderParamMarshaller
class
MatrixParamMarshaller
class
MessageBodyParameterMarshaller
class
NOOPMarshaller
Marshaller that doesn't do anything with the target.class
PathParamMarshaller
class
QueryParamMarshaller
class
URIParamMarshaller
allows a user to specify the url.Fields in org.jboss.resteasy.client.core.marshallers declared as Marshaller Modifier and Type Field Description Marshaller
FormMarshaller.GetterMethod. marshaller
Fields in org.jboss.resteasy.client.core.marshallers with type parameters of type Marshaller Modifier and Type Field Description protected java.util.HashMap<java.lang.reflect.Field,Marshaller>
FormMarshaller. fieldMap
Methods in org.jboss.resteasy.client.core.marshallers that return Marshaller Modifier and Type Method Description static Marshaller
ClientMarshallerFactory. 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)
static Marshaller
ClientMarshallerFactory. 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, javax.ws.rs.core.MediaType defaultConsumes, boolean ignoreBody)
static Marshaller[]
ClientMarshallerFactory. createMarshallers(java.lang.Class declaringClass, java.lang.reflect.Method method, ResteasyProviderFactory providerFactory)
static Marshaller[]
ClientMarshallerFactory. createMarshallers(java.lang.Class declaringClass, java.lang.reflect.Method method, ResteasyProviderFactory providerFactory, javax.ws.rs.core.MediaType defaultConsumes)
Constructors in org.jboss.resteasy.client.core.marshallers with parameters of type Marshaller Constructor Description GetterMethod(java.lang.reflect.Method method, Marshaller marshaller)
-