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 class
XmlCollectionJaxbProvider
Base XML-based message body provider for collections of JAXB beans.static class
XmlCollectionJaxbProvider.App
JAXB provider for marshalling/un-marshalling collections from/to entities ofapplication/xml
media type.static class
XmlCollectionJaxbProvider.General
JAXB provider for marshalling/un-marshalling collections from/to entities of<type>/<sub-type>+xml
media types.static class
XmlCollectionJaxbProvider.Text
JAXB provider for marshalling/un-marshalling collections from/to entities oftext/xml
media type.
-