Contains classes related to REST marshalling.
-
class
Abstract base class for built-in marshallers.
class
A pass-through marshaller that simply converts HTTP entities into a
Binary
and vice versa.
class
Jackson-based marshaller that marshals object to/from JSON.
class
JAXB-based marshaller that marshals object to/from XML.
class
class
Marshaller that marshalls objects using a cache's key converter.
class
A pass-through marshaller that simply converts HTTP entities into a
StaticContent
and vice versa.
class
Marshaller that marshalls String object.
class
Create default marshaller for the specified class and media type.
Create marshaller instance.
Return the marshaller for the specified root class and media type.
Return the marshaller for the specified root class and media type.
void
Register a marshaller for the specified root class and media type.
void
Register a marshaller for the specified root class and media type.
JacksonJsonMarshaller