Uses of Interface
de.quantummaid.httpmaid.marshalling.MarshallingModuleConfigurator
-
Packages that use MarshallingModuleConfigurator Package Description de.quantummaid.httpmaid.marshalling -
-
Uses of MarshallingModuleConfigurator in de.quantummaid.httpmaid.marshalling
Methods in de.quantummaid.httpmaid.marshalling that return MarshallingModuleConfigurator Modifier and Type Method Description static MarshallingModuleConfiguratorMarshallingConfigurators. toMarshallByDefaultUsingTheContentType(ContentType contentType)static MarshallingModuleConfiguratorMarshallingConfigurators. toMarshallContentType(ContentType contentType, Unmarshaller unmarshaller, Marshaller marshaller)static MarshallingModuleConfiguratorMarshallingConfigurators. toMarshallContentTypeInResponses(ContentType contentType, Marshaller marshaller)static MarshallingModuleConfiguratorMarshallingConfigurators. toThrowAnExceptionIfNoMarshallerWasFound()static MarshallingModuleConfiguratorMarshallingConfigurators. toUnmarshallContentTypeInRequests(ContentType contentType, Unmarshaller unmarshaller)
-