Uses of Interface
com.sun.jersey.api.json.JSONConfigurated

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

Uses of JSONConfigurated in com.sun.jersey.api.json
 

Classes in com.sun.jersey.api.json that implement JSONConfigurated
 class JSONJAXBContext
          An adaption of JAXBContext that supports marshalling and unmarshalling of JAXB beans using the JSON format.
 

Uses of JSONConfigurated in com.sun.jersey.json.impl
 

Classes in com.sun.jersey.json.impl that implement JSONConfigurated
 class BaseJSONMarshaller
           
 class BaseJSONUnmarshaller
           
 class JSONMarshallerImpl
           
 class JSONUnmarshallerImpl
           
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.