Package org.glassfish.jersey.jettison
Jersey classes supporting JSON media type processing based on Jettison.
-
Interface Summary 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 Summary Class Description JettisonConfig An immutable configuration of JSON notation and options.JettisonConfig.Builder Builder class for constructingJettisonConfigoptionsJettisonConfig.MappedJettisonBuilder Builder class for constructingJettisonConfigoptions for theJettisonConfig.Notation.MAPPED_JETTISONconvention.JettisonFeature Feature used to register Jettison JSON providers.JettisonJaxbContext An adaption ofJAXBContextthat supports marshalling and unmarshalling of JAXB beans using the JSON format. -
Enum Summary Enum Description JettisonConfig.Notation Enumeration of supported JSON notations.