Uses of Interface
org.glassfish.jersey.jettison.JettisonUnmarshaller

Packages that use JettisonUnmarshaller
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. 
 

Uses of JettisonUnmarshaller in org.glassfish.jersey.jettison
 

Methods in org.glassfish.jersey.jettison that return JettisonUnmarshaller
 JettisonUnmarshaller JettisonJaxbContext.createJsonUnmarshaller()
          Create a JSON unmarshaller.
static JettisonUnmarshaller JettisonJaxbContext.getJSONUnmarshaller(Unmarshaller unmarshaller)
          Get a JettisonUnmarshaller from a Unmarshaller.
 

Uses of JettisonUnmarshaller in org.glassfish.jersey.jettison.internal
 

Classes in org.glassfish.jersey.jettison.internal that implement JettisonUnmarshaller
 class BaseJsonUnmarshaller
          Base JSON marshaller implementation class.
 class JettisonJaxbUnmarshaller
          JSON JAXB unmarshaller.
 



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