| AbstractCollectionJaxbProvider |
An 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 with XmlRootElement.
|
| AbstractCollectionJaxbProvider.JaxbTypeChecker |
This is to allow customized JAXB collections checking.
|
| AbstractJaxbElementProvider |
An abstract provider for JAXBElement.
|
| AbstractJaxbProvider |
A base class for implementing JAXB-based readers and writers.
|
| AbstractRootElementJaxbProvider |
An abstract provider for JAXB types that are annotated with
XmlRootElement or XmlType.
|
| AbstractXmlFactory |
Gathers common functionality for Supplier instances handling XML data.
|
| JaxbStringReaderProvider |
String reader provider producing param converter provider that
support conversion of a string value into a JAXB instance.
|
| NounInflector |
API for performing inflections (pluralization, singularization, and so on)
on various strings.
|
| NounInflector.Replacer |
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.
|
| XmlCollectionJaxbProvider |
Base XML-based message body provider for collections of JAXB beans.
|
| XmlJaxbElementProvider |
Base XML-based message body provider for JAXB element instances.
|
| XmlRootElementJaxbProvider |
Base XML-based message body provider for JAXB root elements
and types.
|
| XmlRootObjectJaxbProvider |
Base XML-based message body reader for JAXB beans.
|