Uses of Class
org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
Packages that use AbstractMessageReaderWriterProvider
Package
Description
Common Jersey internal messaging classes.
-
Uses of AbstractMessageReaderWriterProvider in org.glassfish.jersey.gson.internal
Subclasses of AbstractMessageReaderWriterProvider in org.glassfish.jersey.gson.internalModifier and TypeClassDescriptionclassEntity provider (reader and writer) for Gson. -
Uses of AbstractMessageReaderWriterProvider in org.glassfish.jersey.jaxb.internal
Subclasses of AbstractMessageReaderWriterProvider 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.classA base class for implementing JAXB-based readers and writers.classAn abstract provider for JAXB types that are annotated withXmlRootElementorXmlType.final classProvider for marshalling/un-marshallingXML documentinstances.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. -
Uses of AbstractMessageReaderWriterProvider in org.glassfish.jersey.jsonb.internal
Subclasses of AbstractMessageReaderWriterProvider in org.glassfish.jersey.jsonb.internalModifier and TypeClassDescriptionclassEntity provider (reader and writer) for JSONB. -
Uses of AbstractMessageReaderWriterProvider in org.glassfish.jersey.message.internal
Subclasses of AbstractMessageReaderWriterProvider in org.glassfish.jersey.message.internalModifier and TypeClassDescriptionclassAbstract base class for form entity types marshalling & un-marshalling support.final classDefault Jersey byte array entity provider (reader and writer).classProvider for marshalling/un-marshalling ofapplication/octet-streamentity type to/from aDataSourceinstance.final classProvider for marshalling/un-marshalling ofapplication/octet-streamentity type to/from aFileinstance.final classProvider for marshalling/un-marshalling ofapplication/x-www-form-urlencodedentity type to/frommulti-valued mapinstance.final classProvider for marshalling/un-marshalling ofapplication/x-www-form-urlencodedentity type to/fromJAX-RS Forminstance.final classfinal classfinal class