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 classCookieParamMarshallerclassFormMarshallerclassFormParamMarshallerclassHeaderParamMarshallerclassMatrixParamMarshallerclassMessageBodyParameterMarshallerclassNOOPMarshallerMarshaller that doesn't do anything with the target.classPathParamMarshallerclassQueryParamMarshallerclassURIParamMarshallerallows a user to specify the url.Fields in org.jboss.resteasy.client.core.marshallers declared as Marshaller Modifier and Type Field Description MarshallerFormMarshaller.GetterMethod. marshallerFields 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. fieldMapMethods in org.jboss.resteasy.client.core.marshallers that return Marshaller Modifier and Type Method Description static MarshallerClientMarshallerFactory. 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 MarshallerClientMarshallerFactory. 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)
-