Uses of Class
de.quantummaid.httpmaid.marshalling.Unmarshallers
-
Packages that use Unmarshallers Package Description de.quantummaid.httpmaid.marshalling de.quantummaid.httpmaid.marshalling.processors -
-
Uses of Unmarshallers in de.quantummaid.httpmaid.marshalling
Methods in de.quantummaid.httpmaid.marshalling that return Unmarshallers Modifier and Type Method Description static UnmarshallersUnmarshallers. unmarshallers(Map<ContentType,Unmarshaller> unmarshallers) -
Uses of Unmarshallers in de.quantummaid.httpmaid.marshalling.processors
Methods in de.quantummaid.httpmaid.marshalling.processors with parameters of type Unmarshallers Modifier and Type Method Description static UnmarshalProcessorUnmarshalProcessor. unmarshalProcessor(Unmarshallers unmarshallers, boolean throwExceptionIfNoMarshallerFound, DefaultContentTypeProvider defaultContentTypeProvider)
-