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 TypeClassDescriptionclass
Abstract base class for built-in marshallers.class
A pass-through marshaller that simply converts HTTP entities into aBinary
and vice versa.class
Jackson-based marshaller that marshals object to/from JSON.class
JAXB-based marshaller that marshals object to/from XML.class
Deprecated.class
Marshaller that marshalls objects using a cache's key converter.class
A pass-through marshaller that simply converts HTTP entities into aStaticContent
and vice versa.class
Marshaller that marshalls String object.class
Deprecated.As of 12.2.1.0.0, replaced byJaxbXmlMarshaller
Methods in com.tangosol.coherence.rest.io that return MarshallerModifier and TypeMethodDescriptionprotected Marshaller
MarshallerRegistry.createDefaultMarshaller
(Class clzRoot, String sMediaType) Create default marshaller for the specified class and media type.protected Marshaller
MarshallerRegistry.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 TypeMethodDescriptionvoid
MarshallerRegistry.registerMarshaller
(Class clzRoot, jakarta.ws.rs.core.MediaType mediaType, Marshaller marshaller) Register a marshaller for the specified root class and media type.void
MarshallerRegistry.registerMarshaller
(Class clzRoot, String sMediaType, Marshaller marshaller) Register a marshaller for the specified root class and media type.
JacksonJsonMarshaller