Uses of Interface
de.quantummaid.httpmaid.marshalling.DefaultContentTypeProvider
-
Packages that use DefaultContentTypeProvider Package Description de.quantummaid.httpmaid.marshalling de.quantummaid.httpmaid.marshalling.processors -
-
Uses of DefaultContentTypeProvider in de.quantummaid.httpmaid.marshalling
Methods in de.quantummaid.httpmaid.marshalling with parameters of type DefaultContentTypeProvider Modifier and Type Method Description static MarshallersMarshallers. marshallers(Map<ContentType,Marshaller> marshallers, DefaultContentTypeProvider defaultContentTypeProvider)voidMarshallingModule. setDefaultContentTypeProvider(DefaultContentTypeProvider defaultContentType) -
Uses of DefaultContentTypeProvider in de.quantummaid.httpmaid.marshalling.processors
Methods in de.quantummaid.httpmaid.marshalling.processors with parameters of type DefaultContentTypeProvider Modifier and Type Method Description static UnmarshalProcessorUnmarshalProcessor. unmarshalProcessor(Unmarshallers unmarshallers, boolean throwExceptionIfNoMarshallerFound, DefaultContentTypeProvider defaultContentTypeProvider)
-