Uses of Interface
de.quantummaid.httpmaid.marshalling.Marshaller
-
Packages that use Marshaller Package Description de.quantummaid.httpmaid.marshalling de.quantummaid.httpmaid.websockets.broadcast -
-
Uses of Marshaller in de.quantummaid.httpmaid.marshalling
Methods in de.quantummaid.httpmaid.marshalling that return Marshaller Modifier and Type Method Description MarshallerMarshallers. determineResponseMarshaller(MetaData metaData)MarshallerMarshallers. marshallerFor(ContentType responseContentType)Methods in de.quantummaid.httpmaid.marshalling with parameters of type Marshaller Modifier and Type Method Description voidMarshallingModule. addMarshaller(ContentType contentType, Marshaller marshaller)static MarshallingModuleConfiguratorMarshallingConfigurators. toMarshallContentType(ContentType contentType, Unmarshaller unmarshaller, Marshaller marshaller)static MarshallingModuleConfiguratorMarshallingConfigurators. toMarshallContentTypeInResponses(ContentType contentType, Marshaller marshaller)Method parameters in de.quantummaid.httpmaid.marshalling with type arguments of type Marshaller Modifier and Type Method Description static MarshallersMarshallers. marshallers(Map<ContentType,Marshaller> marshallers, DefaultContentTypeProvider defaultContentTypeProvider) -
Uses of Marshaller in de.quantummaid.httpmaid.websockets.broadcast
Methods in de.quantummaid.httpmaid.websockets.broadcast with parameters of type Marshaller Modifier and Type Method Description <T> TBroadcasters. instantiateBroadcaster(de.quantummaid.reflectmaid.GenericType<T> type, WebsocketRegistry websocketRegistry, WebsocketSenders websocketSenders, Serializer serializer, Marshaller marshaller, MetaData metaData)static <T> SerializingSender<T>SerializingSender. serializingSender(WebsocketRegistry websocketRegistry, WebsocketSenders websocketSenders, de.quantummaid.reflectmaid.resolvedtype.ResolvedType messageType, Marshaller marshaller, Serializer serializer, MetaData metaData)
-