Uses of Class
org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider
Package
Description
Jersey JSON Jettison provider internal message entity processing utility classes.
-
Uses of AbstractJaxbProvider in org.glassfish.jersey.jaxb.internal
Modifier and TypeClassDescriptionclass
An abstract provider forT[]
,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 withXmlRootElement
.class
An abstract provider forJAXBElement
.class
An abstract provider for JAXB types that are annotated withXmlRootElement
orXmlType
.class
Base XML-based message body provider for collections of JAXB beans.static final class
JAXB provider for marshalling/un-marshalling collections from/to entities ofapplication/xml
media type.static final class
JAXB provider for marshalling/un-marshalling collections from/to entities of<type>/<sub-type>+xml
media types.static final class
JAXB provider for marshalling/un-marshalling collections from/to entities oftext/xml
media type.class
Base XML-based message body provider forJAXB element
instances.static final class
Provider for marshalling/un-marshallingJAXB elements
from/to entities ofapplication/xml
media type.static final class
Provider for marshalling/un-marshallingJAXB elements
from/to entities of<type>/<sub-type>+xml
media types.static final class
Provider for marshalling/un-marshallingJAXB elements
from/to entities oftext/xml
media type.class
Base XML-based message body provider for JAXBroot elements
andtypes
.static final class
Provider for marshalling/un-marshalling JAXBroot element
andtype
instances from/to entities ofapplication/xml
media type.static final class
Provider for marshalling/un-marshalling JAXBroot element
andtype
instances from/to entities of<type>/<sub-type>+xml
media types.static final class
Provider for marshalling/un-marshalling JAXBroot element
andtype
instances from/to entities oftext/xml
media type.class
Base XML-based message body reader for JAXB beans.static final class
Provider for un-marshalling entities ofapplication/xml
media type into JAXB beans usingJAXB unmarshaller
.static final class
Provider for un-marshalling entities of<type>/<sub-type>+xml
media types into JAXB beans usingJAXB unmarshaller
.static final class
Provider for un-marshalling entities oftext/xml
media type into JAXB beans usingJAXB unmarshaller
. -
Uses of AbstractJaxbProvider in org.glassfish.jersey.jettison.internal.entity
Modifier and TypeClassDescriptionclass
JSON message entity media type provider (reader & writer) forJAXBElement
type.static final class
static final class
class
JSON message entity media type provider (reader & writer) for collection types.static final class
static final class
class
JSON message entity media type provider (reader & writer) for JAXB types that are annotated with@XmlRootElement
or@XmlType
.static final class
static final class