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 TypeClassDescriptionclassAn 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:ArrayListLinkedListHashSetTreeSetStackTmust be a JAXB type annotated withXmlRootElement.classAn abstract provider forJAXBElement.classAn abstract provider for JAXB types that are annotated withXmlRootElementorXmlType.classBase XML-based message body provider for collections of JAXB beans.static final classJAXB provider for marshalling/un-marshalling collections from/to entities ofapplication/xmlmedia type.static final classJAXB provider for marshalling/un-marshalling collections from/to entities of<type>/<sub-type>+xmlmedia types.static final classJAXB provider for marshalling/un-marshalling collections from/to entities oftext/xmlmedia type.classBase XML-based message body provider forJAXB elementinstances.static final classProvider for marshalling/un-marshallingJAXB elementsfrom/to entities ofapplication/xmlmedia type.static final classProvider for marshalling/un-marshallingJAXB elementsfrom/to entities of<type>/<sub-type>+xmlmedia types.static final classProvider for marshalling/un-marshallingJAXB elementsfrom/to entities oftext/xmlmedia type.classBase XML-based message body provider for JAXBroot elementsandtypes.static final classProvider for marshalling/un-marshalling JAXBroot elementandtypeinstances from/to entities ofapplication/xmlmedia type.static final classProvider for marshalling/un-marshalling JAXBroot elementandtypeinstances from/to entities of<type>/<sub-type>+xmlmedia types.static final classProvider for marshalling/un-marshalling JAXBroot elementandtypeinstances from/to entities oftext/xmlmedia type.classBase XML-based message body reader for JAXB beans.static final classProvider for un-marshalling entities ofapplication/xmlmedia type into JAXB beans usingJAXB unmarshaller.static final classProvider for un-marshalling entities of<type>/<sub-type>+xmlmedia types into JAXB beans usingJAXB unmarshaller.static final classProvider for un-marshalling entities oftext/xmlmedia type into JAXB beans usingJAXB unmarshaller.