Package org.glassfish.jersey.jettison

Jersey classes supporting JSON media type processing based on Jettison.

See:
          Description

Interface Summary
JettisonConfigured An interface declaring a JSON configuration is available.
JettisonMarshaller A JSON marshaller responsible for serializing Java content trees, defined by JAXB, to JSON data.
JettisonUnmarshaller A JSON unmarshaller responsible for deserializing JSON data to a Java content tree, defined by JAXB.
 

Class Summary
JettisonConfig An immutable configuration of JSON notation and options.
JettisonConfig.Builder Builder class for constructing JettisonConfig options
JettisonConfig.MappedJettisonBuilder Builder class for constructing JettisonConfig options for the JettisonConfig.Notation.MAPPED_JETTISON convention.
JettisonFeature Feature used to register Jettison JSON providers.
JettisonJaxbContext An adaption of JAXBContext that supports marshalling and unmarshalling of JAXB beans using the JSON format.
 

Enum Summary
JettisonConfig.Notation Enumeration of supported JSON notations.
 

Package org.glassfish.jersey.jettison Description

Jersey classes supporting JSON media type processing based on Jettison.



Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.