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

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

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

Methods in com.sun.jersey.api.json that return JSONMarshaller
 JSONMarshaller JSONJAXBContext.createJSONMarshaller()
          Create a JSON marshaller.
static JSONMarshaller JSONJAXBContext.getJSONMarshaller(Marshaller marshaller)
          Get a JSONMarshaller from a Marshaller.
 

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

Classes in com.sun.jersey.json.impl that implement JSONMarshaller
 class BaseJSONMarshaller
           
 class JSONMarshallerImpl
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.