See: Description
Interface | Description |
---|---|
AbstractListElementProvider.JaxbTypeChecker |
This is to allow customized JAXB collections checking.
|
Class | Description |
---|---|
AbstractJAXBElementProvider |
An abstract provider for
JAXBElement . |
AbstractJAXBProvider<T> |
A base class for implementing JAXB-based readers and writers.
|
AbstractListElementProvider |
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 . |
AbstractRootElementProvider |
An abstract provider for JAXB types that are annotated with
XmlRootElement or XmlType . |
Copyright © 2016 Oracle Corporation. All Rights Reserved.