Package org.glassfish.jersey.jettison
package org.glassfish.jersey.jettison
Jersey classes supporting JSON media type processing based on Jettison.
-
ClassDescriptionAn immutable configuration of JSON notation and options.Builder class for constructing
JettisonConfig
optionsBuilder class for constructingJettisonConfig
options for theJettisonConfig.Notation.MAPPED_JETTISON
convention.Enumeration of supported JSON notations.An interface declaring a JSON configuration is available.Feature used to register Jettison JSON providers.An adaption ofJAXBContext
that supports marshalling and unmarshalling of JAXB beans using the JSON format.A JSON marshaller responsible for serializing Java content trees, defined by JAXB, to JSON data.A JSON unmarshaller responsible for deserializing JSON data to a Java content tree, defined by JAXB.