Uses of Class
de.quantummaid.httpmaid.marshalling.Marshallers
-
Packages that use Marshallers Package Description de.quantummaid.httpmaid.marshalling de.quantummaid.httpmaid.marshalling.processors -
-
Uses of Marshallers in de.quantummaid.httpmaid.marshalling
Fields in de.quantummaid.httpmaid.marshalling with type parameters of type Marshallers Modifier and Type Field Description static MetaDataKey<Marshallers>Marshallers. MARSHALLERSMethods in de.quantummaid.httpmaid.marshalling that return Marshallers Modifier and Type Method Description static MarshallersMarshallers. marshallers(Map<ContentType,Marshaller> marshallers, DefaultContentTypeProvider defaultContentTypeProvider) -
Uses of Marshallers in de.quantummaid.httpmaid.marshalling.processors
Methods in de.quantummaid.httpmaid.marshalling.processors with parameters of type Marshallers Modifier and Type Method Description static MarshalProcessorMarshalProcessor. marshalProcessor(Marshallers marshallers, boolean throwExceptionIfNoMarshallerFound)static RegisterMarshallersProcessorRegisterMarshallersProcessor. registerDefaultMarshallerProcessor(Marshallers marshallers)
-