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.JAXBElement.XmlRootElement or XmlType.document
builder factories.XML document instances.SAXSource for a given entity input stream.XMLStreamReader for unmarshalling.ForcedAutoDiscoverable that registers all necessary JAXB features
into the injection manager directly.param converter provider that
support conversion of a string value into a JAXB instance.param converter.SAX parser factories.XmlHeader annotation,
present in the supplied array of annotations.transformer factories.application/xml media type.<type>/<sub-type>+xml media types.text/xml media type.transformer factories.JAXB element instances.JAXB elements
from/to entities of application/xml media type.JAXB elements
from/to entities of <type>/<sub-type>+xml media types.JAXB elements
from/to entities of text/xml media type.root elements
and types.root element
and type instances from/to entities of application/xml
media type.root element
and type instances from/to entities of <type>/<sub-type>+xml
media types.root element
and type instances from/to entities of text/xml
media type.application/xml media type
into JAXB beans using JAXB unmarshaller.<type>/<sub-type>+xml media types
into JAXB beans using JAXB unmarshaller.text/xml media type
into JAXB beans using JAXB unmarshaller.Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.