Uses of Class
org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider
Packages that use AbstractJaxbProvider
-
Uses of AbstractJaxbProvider in org.glassfish.jersey.jaxb.internal
Subclasses of AbstractJaxbProvider in org.glassfish.jersey.jaxb.internalModifier 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
.