| Package | Description |
|---|---|
| com.sun.xml.bind.v2.model.annotation |
Abstraction around reading annotations, to support internal/external annotations.
|
| com.sun.xml.bind.v2.model.core |
The in-memory model of the JAXB-bound beans.
|
| com.sun.xml.bind.v2.model.impl |
Implementation of the com.sun.xml.bind.j2s.model package.
|
| com.sun.xml.bind.v2.model.runtime |
The specialization of
com.sun.xml.bind.v2.model.core for the runtime. |
| com.sun.xml.bind.v2.runtime |
Code that implements JAXBContext, Unmarshaller, and Marshaller.
|
| com.sun.xml.bind.v2.runtime.property | |
| com.sun.xml.bind.v2.runtime.reflect |
Abstraction around accessing data of actual objects.
|
| com.sun.xml.bind.v2.runtime.unmarshaller | |
| com.sun.xml.bind.v2.schemagen |
Schema generator.
|
| 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.
|
| Class | Description |
|---|---|
| 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. |
| ErrorHandler |
listen to static errors found during building a JAXB model from a set of classes.
|
| LeafInfo |
Either
BuiltinLeafInfo or EnumLeafInfo. |
| MaybeElement |
Some
NonElement can optionally be an Element. |
| NonElement |
TypeInfo that maps to an element. |
| PropertyInfo |
Information about a JAXB-bound property.
|
| Ref |
Reference to a type in a model.
|
| RegistryInfo |
Represents the information in a class with
XmlRegistry annotaion. |
| TypeInfo | |
| TypeInfoSet |
Root of models. Set of
TypeInfos. |
| Class | Description |
|---|---|
| ArrayInfo |
Stand-alone array that can be marshalled/unmarshalled on its own
(without being part of any encloding
ClassInfo.) |
| AttributePropertyInfo |
Attribute
PropertyInfo. |
| 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.
|
| EnumLeafInfo |
NonElement that represents an Enum class. |
| LeafInfo |
Either
BuiltinLeafInfo or EnumLeafInfo. |
| MapPropertyInfo |
Property that maps to the following schema fragment.
|
| 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.
|
| ReferencePropertyInfo |
PropertyInfo that holds references to other Elements. |
| TypeInfo | |
| TypeInfoSet |
Root of models. Set of
TypeInfos. |
| TypeRef |
Information about a type referenced from
ElementPropertyInfo. |
| ValuePropertyInfo |
Value
PropertyInfo. |
| Class | Description |
|---|---|
| ErrorHandler |
listen to static errors found during building a JAXB model from a set of classes.
|
| Class | Description |
|---|---|
| PropertyKind |
An Enum that indicates if the property is
Element, ElementRef, Value, or Attribute.
|
| Class | Description |
|---|---|
| Adapter |
Adapter that wraps XmlJavaTypeAdapter. |
| ID |
| Class | Description |
|---|---|
| WildcardMode |
Mode of the wildcard.
|
| Class | Description |
|---|---|
| ArrayInfo |
Stand-alone array that can be marshalled/unmarshalled on its own
(without being part of any encloding
ClassInfo.) |
| ClassInfo |
Information about JAXB-bound class.
|
| ElementInfo |
A particular use (specialization) of
JAXBElement. |
| EnumLeafInfo |
NonElement that represents an Enum class. |
| NonElement |
TypeInfo that maps to an element. |
| TypeInfoSet |
Root of models. Set of
TypeInfos. |
Copyright © 2018 Oracle Corporation. All rights reserved.