Uses of Package
org.glassfish.jersey.jettison

Packages that use org.glassfish.jersey.jettison
org.glassfish.jersey.jettison Jersey classes supporting JSON media type processing based on Jettison. 
org.glassfish.jersey.jettison.internal Jersey internal classes supporting JSON processing based on Jettison. 
 

Classes in org.glassfish.jersey.jettison used by org.glassfish.jersey.jettison
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.
JettisonConfig.Notation
          Enumeration of supported JSON notations.
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.
 

Classes in org.glassfish.jersey.jettison used by org.glassfish.jersey.jettison.internal
JettisonConfig
          An immutable configuration of JSON notation and options.
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.
 



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