Uses of Package
org.glassfish.jersey.jaxb.internal
Packages that use org.glassfish.jersey.jaxb.internal
-
Classes in org.glassfish.jersey.jaxb.internal used by org.glassfish.jersey.jaxb.internalClassDescriptionAn abstract provider for
T[]
,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
.This is to allow customized JAXB collections checking.An abstract provider forJAXBElement
.A base class for implementing JAXB-based readers and writers.An abstract provider for JAXB types that are annotated withXmlRootElement
orXmlType
.Gathers common functionality forSupplier
instances handling XML data.String reader provider producingparam converter provider
that support conversion of a string value into a JAXB instance.API for performing inflections (pluralization, singularization, and so on) on various strings.Internal class that uses a regular expression matcher to both match the specified regular expression to a specified word, and (if successful) perform the appropriate substitutions.Base XML-based message body provider for collections of JAXB beans.Base XML-based message body provider forJAXB element
instances.Base XML-based message body provider for JAXBroot elements
andtypes
.Base XML-based message body reader for JAXB beans.