Uses of Interface
de.quantummaid.httpmaid.marshalling.Unmarshaller
-
Packages that use Unmarshaller Package Description de.quantummaid.httpmaid.marshalling -
-
Uses of Unmarshaller in de.quantummaid.httpmaid.marshalling
Methods in de.quantummaid.httpmaid.marshalling that return Unmarshaller Modifier and Type Method Description UnmarshallerUnmarshallers. byContentType(ContentType contentType)Methods in de.quantummaid.httpmaid.marshalling with parameters of type Unmarshaller Modifier and Type Method Description voidMarshallingModule. addUnmarshaller(ContentType contentType, Unmarshaller unmarshaller)static MarshallingModuleConfiguratorMarshallingConfigurators. toMarshallContentType(ContentType contentType, Unmarshaller unmarshaller, Marshaller marshaller)static MarshallingModuleConfiguratorMarshallingConfigurators. toUnmarshallContentTypeInRequests(ContentType contentType, Unmarshaller unmarshaller)Method parameters in de.quantummaid.httpmaid.marshalling with type arguments of type Unmarshaller Modifier and Type Method Description static UnmarshallersUnmarshallers. unmarshallers(Map<ContentType,Unmarshaller> unmarshallers)
-