Uses of Interface
com.tangosol.coherence.rest.io.Marshaller
Packages that use Marshaller
-
Uses of Marshaller in com.tangosol.coherence.rest.io
Classes in com.tangosol.coherence.rest.io that implement MarshallerModifier and TypeClassDescriptionclassAbstract base class for built-in marshallers.classA pass-through marshaller that simply converts HTTP entities into aBinaryand vice versa.classJackson-based marshaller that marshals object to/from JSON.classJAXB-based marshaller that marshals object to/from XML.classDeprecated.classMarshaller that marshalls objects using a cache's key converter.classA pass-through marshaller that simply converts HTTP entities into aStaticContentand vice versa.classMarshaller that marshalls String object.classDeprecated.As of 12.2.1.0.0, replaced byJaxbXmlMarshallerMethods in com.tangosol.coherence.rest.io that return MarshallerModifier and TypeMethodDescriptionprotected MarshallerMarshallerRegistry.createDefaultMarshaller(Class clzRoot, String sMediaType) Create default marshaller for the specified class and media type.protected MarshallerMarshallerRegistry.createMarshaller(Class<?> clzRoot, String sMediaType, Class<?> clzMarshaller) Create marshaller instance.MarshallerRegistry.getMarshaller(Class clzRoot, jakarta.ws.rs.core.MediaType mediaType) Return the marshaller for the specified root class and media type.MarshallerRegistry.getMarshaller(Class clzRoot, String sMediaType) Return the marshaller for the specified root class and media type.Methods in com.tangosol.coherence.rest.io with parameters of type MarshallerModifier and TypeMethodDescriptionvoidMarshallerRegistry.registerMarshaller(Class clzRoot, jakarta.ws.rs.core.MediaType mediaType, Marshaller marshaller) Register a marshaller for the specified root class and media type.voidMarshallerRegistry.registerMarshaller(Class clzRoot, String sMediaType, Marshaller marshaller) Register a marshaller for the specified root class and media type.
JacksonJsonMarshaller