Uses of Interface
org.glassfish.jersey.jettison.JettisonUnmarshaller
-
Packages that use JettisonUnmarshaller Package Description 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 Modifier and Type Method Description JettisonUnmarshallerJettisonJaxbContext. createJsonUnmarshaller()Create a JSON unmarshaller.static JettisonUnmarshallerJettisonJaxbContext. getJSONUnmarshaller(jakarta.xml.bind.Unmarshaller unmarshaller)Get aJettisonUnmarshallerfrom aUnmarshaller. -
Uses of JettisonUnmarshaller in org.glassfish.jersey.jettison.internal
Classes in org.glassfish.jersey.jettison.internal that implement JettisonUnmarshaller Modifier and Type Class Description classBaseJsonUnmarshallerBase JSON marshaller implementation class.classJettisonJaxbUnmarshallerJSON JAXB unmarshaller.
-