Uses of Class
org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider
-
Packages that use AbstractCollectionJaxbProvider Package Description org.glassfish.jersey.jaxb.internal -
-
Uses of AbstractCollectionJaxbProvider in org.glassfish.jersey.jaxb.internal
Subclasses of AbstractCollectionJaxbProvider in org.glassfish.jersey.jaxb.internal Modifier and Type Class Description classXmlCollectionJaxbProviderBase XML-based message body provider for collections of JAXB beans.static classXmlCollectionJaxbProvider.AppJAXB provider for marshalling/un-marshalling collections from/to entities ofapplication/xmlmedia type.static classXmlCollectionJaxbProvider.GeneralJAXB provider for marshalling/un-marshalling collections from/to entities of<type>/<sub-type>+xmlmedia types.static classXmlCollectionJaxbProvider.TextJAXB provider for marshalling/un-marshalling collections from/to entities oftext/xmlmedia type.
-