Uses of Package
com.sun.jersey.api.json

Packages that use com.sun.jersey.api.json
com.sun.jersey.api.json Provides support for enabling and configuring JSON. 
 

Classes in com.sun.jersey.api.json used by com.sun.jersey.api.json
JSONConfigurated
          An interface declaring a JSON configuration is available.
JSONConfiguration
          An immutable configuration of JSON notation and options.
JSONConfiguration.Builder
          Builder class for constructing JSONConfiguration options
JSONConfiguration.MappedBuilder
          Builder class for constructing JSONConfiguration options for the JSONConfiguration.Notation.MAPPED convention.
JSONConfiguration.MappedJettisonBuilder
          Builder class for constructing JSONConfiguration options for the JSONConfiguration.Notation.MAPPED_JETTISON convention.
JSONConfiguration.NaturalBuilder
          Builder class for constructing JSONConfiguration options for the JSONConfiguration.Notation.NATURAL convention.
JSONConfiguration.Notation
          Enumeration of supported JSON notations.
JSONJAXBContext.JSONNotation
          Deprecated. 
JSONMarshaller
          A JSON marshaller responsible for serializing Java content trees, defined by JAXB, to JSON data.
JSONUnmarshaller
          A JSON unmarshaller responsible for deserializing JSON data to a Java content tree, defined by JAXB.
 



Copyright © 2014 Oracle Corporation. All Rights Reserved.