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. 
com.sun.jersey.json.impl   
com.sun.jersey.json.impl.provider.entity   
com.sun.jersey.json.impl.reader   
com.sun.jersey.json.impl.writer   
 

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.
 

Classes in com.sun.jersey.api.json used by com.sun.jersey.json.impl
JSONConfigurated
          An interface declaring a JSON configuration is available.
JSONConfiguration
          An immutable configuration of JSON notation and options.
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.
 

Classes in com.sun.jersey.api.json used by com.sun.jersey.json.impl.provider.entity
JSONWithPadding
          An entity supporting JSON with Padding (JSONP).
 

Classes in com.sun.jersey.api.json used by com.sun.jersey.json.impl.reader
JSONConfiguration
          An immutable configuration of JSON notation and options.
 

Classes in com.sun.jersey.api.json used by com.sun.jersey.json.impl.writer
JSONConfiguration
          An immutable configuration of JSON notation and options.
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.