Uses of Interface
org.glassfish.jersey.jettison.JettisonUnmarshaller
Packages that use JettisonUnmarshaller
Package
Description
Jersey classes supporting JSON media type processing based on Jettison.
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 JettisonUnmarshallerModifier and TypeMethodDescriptionJettisonJaxbContext.createJsonUnmarshaller()
Create a JSON unmarshaller.static JettisonUnmarshaller
JettisonJaxbContext.getJSONUnmarshaller
(jakarta.xml.bind.Unmarshaller unmarshaller) Get aJettisonUnmarshaller
from aUnmarshaller
. -
Uses of JettisonUnmarshaller in org.glassfish.jersey.jettison.internal
Classes in org.glassfish.jersey.jettison.internal that implement JettisonUnmarshallerModifier and TypeClassDescriptionclass
Base JSON marshaller implementation class.class
JSON JAXB unmarshaller.