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.
|
Modifier and Type | Method and Description |
---|---|
JettisonUnmarshaller |
JettisonJaxbContext.createJsonUnmarshaller()
Create a JSON unmarshaller.
|
static JettisonUnmarshaller |
JettisonJaxbContext.getJSONUnmarshaller(Unmarshaller unmarshaller)
Get a
JettisonUnmarshaller from a Unmarshaller . |
Modifier and Type | Class and Description |
---|---|
class |
BaseJsonUnmarshaller
Base JSON marshaller implementation class.
|
class |
JettisonJaxbUnmarshaller
JSON JAXB unmarshaller.
|
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.