| Package | Description |
|---|---|
| com.sun.xml.bind.v2.model.annotation | |
| com.sun.xml.bind.v2.model.core |
The in-memory model of the JAXB-bound beans.
|
| Class | Description |
|---|---|
| ErrorHandler |
listen to static errors found during building a JAXB model from a set of classes.
|
| Class | Description |
|---|---|
| Adapter |
Adapter that wraps XmlJavaTypeAdapter. |
| ArrayInfo |
Stand-alone array that can be marshalled/unmarshalled on its own
(without being part of any encloding
ClassInfo.) |
| BuiltinLeafInfo |
JAXB spec designates a few Java classes to be mapped to leaves in XML.
|
| ClassInfo |
Information about JAXB-bound class.
|
| Element |
TypeInfo that maps to an element. |
| ElementInfo |
A particular use (specialization) of
JAXBElement. |
| ElementPropertyInfo |
Property that maps to an element.
|
| EnumConstant |
Individual constant of an enumeration.
|
| EnumLeafInfo |
NonElement that represents an Enum class. |
| ID | |
| LeafInfo |
Either
BuiltinLeafInfo or EnumLeafInfo. |
| MaybeElement |
Some
NonElement can optionally be an Element. |
| NonElement |
TypeInfo that maps to an element. |
| NonElementRef |
Reference to a
NonElement. |
| PropertyInfo |
Information about a JAXB-bound property.
|
| PropertyKind |
An Enum that indicates if the property is
Element, ElementRef, Value, or Attribute.
|
| Ref |
Reference to a type in a model.
|
| TypeInfo | |
| TypeRef |
Information about a type referenced from
ElementPropertyInfo. |
| WildcardMode |
Mode of the wildcard.
|
Copyright © 2017 Oracle Corporation. All rights reserved.