See: Description
Interface | Description |
---|---|
JettisonConfigured |
An interface declaring a JSON configuration is available.
|
JettisonMarshaller |
A JSON marshaller responsible for serializing Java content trees, defined
by JAXB, to JSON data.
|
JettisonUnmarshaller |
A JSON unmarshaller responsible for deserializing JSON data to a Java
content tree, defined by JAXB.
|
Class | Description |
---|---|
JettisonConfig |
An immutable configuration of JSON notation and options.
|
JettisonConfig.Builder |
Builder class for constructing
JettisonConfig options |
JettisonConfig.MappedJettisonBuilder |
Builder class for constructing
JettisonConfig options
for the JettisonConfig.Notation.MAPPED_JETTISON convention. |
JettisonFeature |
Feature used to register Jettison JSON providers.
|
JettisonJaxbContext |
An adaption of
JAXBContext that supports marshalling
and unmarshalling of JAXB beans using the JSON format. |
Enum | Description |
---|---|
JettisonConfig.Notation |
Enumeration of supported JSON notations.
|
Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.