Package | Description |
---|---|
org.glassfish.jersey.jaxb.internal | |
org.glassfish.jersey.jettison.internal.entity |
Jersey JSON Jettison provider internal message entity processing utility classes.
|
Class and Description |
---|
AbstractCollectionJaxbProvider
An abstract provider for
T[] , Collection<T> ,
and its subtypes as long as they have the public default constructor or
are interfaces implemented by one the following classes:
ArrayList
LinkedList
HashSet
TreeSet
Stack
T must be a JAXB type annotated with XmlRootElement . |
AbstractCollectionJaxbProvider.JaxbTypeChecker
This is to allow customized JAXB collections checking.
|
AbstractJaxbElementProvider
An abstract provider for
JAXBElement . |
AbstractJaxbProvider
A base class for implementing JAXB-based readers and writers.
|
AbstractRootElementJaxbProvider
An abstract provider for JAXB types that are annotated with
XmlRootElement or XmlType . |
JaxbStringReaderProvider
String reader provider producing
param converter provider that
support conversion of a string value into a JAXB instance. |
XmlCollectionJaxbProvider
Base XML-based message body provider for collections of JAXB beans.
|
XmlJaxbElementProvider
Base XML-based message body provider for
JAXB element instances. |
XmlRootElementJaxbProvider
Base XML-based message body provider for JAXB
root elements
and types . |
XmlRootObjectJaxbProvider
Base XML-based message body reader for JAXB beans.
|
Class and Description |
---|
AbstractCollectionJaxbProvider
An abstract provider for
T[] , Collection<T> ,
and its subtypes as long as they have the public default constructor or
are interfaces implemented by one the following classes:
ArrayList
LinkedList
HashSet
TreeSet
Stack
T must be a JAXB type annotated with XmlRootElement . |
AbstractJaxbElementProvider
An abstract provider for
JAXBElement . |
AbstractJaxbProvider
A base class for implementing JAXB-based readers and writers.
|
AbstractRootElementJaxbProvider
An abstract provider for JAXB types that are annotated with
XmlRootElement or XmlType . |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.