Package | Description |
---|---|
com.sun.xml.bind.v2.model.core |
The in-memory model of the JAXB-bound beans.
|
com.sun.xml.bind.v2.model.impl | |
com.sun.xml.bind.v2.model.runtime |
The specialization of
com.sun.xml.bind.v2.model.core for the runtime. |
Modifier and Type | Interface and Description |
---|---|
interface |
ArrayInfo<T,C>
Stand-alone array that can be marshalled/unmarshalled on its own
(without being part of any encloding
ClassInfo .) |
interface |
BuiltinLeafInfo<T,C>
JAXB spec designates a few Java classes to be mapped to leaves in XML.
|
interface |
ClassInfo<T,C>
Information about JAXB-bound class.
|
interface |
Element<T,C>
TypeInfo that maps to an element. |
interface |
ElementInfo<T,C>
A particular use (specialization) of
JAXBElement . |
interface |
EnumLeafInfo<T,C>
NonElement that represents an Enum class. |
interface |
LeafInfo<T,C>
Either
BuiltinLeafInfo or EnumLeafInfo . |
interface |
MaybeElement<T,C>
Some
NonElement can optionally be an Element . |
interface |
NonElement<T,C>
TypeInfo that maps to an element. |
interface |
WildcardTypeInfo<T,C>
Type referenced as a result of having the wildcard.
|
Modifier and Type | Method and Description |
---|---|
TypeInfo<T,C> |
PropertyInfo.parent()
Gets the
ClassInfo or ElementInfo to which this property belongs. |
Modifier and Type | Method and Description |
---|---|
Set<TypeInfo<T,C>> |
RegistryInfo.getReferences()
Returns all the references to other types in this registry.
|
Collection<? extends TypeInfo<T,C>> |
ReferencePropertyInfo.ref()
List of
TypeInfo s that this property references. |
Collection<? extends TypeInfo<T,C>> |
PropertyInfo.ref()
List of
TypeInfo s that this property references. |
Modifier and Type | Class and Description |
---|---|
class |
ArrayInfoImpl<TypeT,ClassDeclT,FieldT,MethodT>
Public because XJC needs to access it
|
class |
BuiltinLeafInfoImpl<TypeT,ClassDeclT>
JAXB spec designates a few Java classes to be mapped to XML types
in a way that ignores restrictions placed on user-defined beans.
|
class |
ClassInfoImpl<T,C,F,M>
A part of the
ClassInfo that doesn't depend on a particular
reflection library. |
class |
RuntimeBuiltinLeafInfoImpl<T>
BuiltinLeafInfoImpl with a support for runtime. |
Modifier and Type | Interface and Description |
---|---|
interface |
RuntimeArrayInfo |
interface |
RuntimeBuiltinLeafInfo |
interface |
RuntimeClassInfo |
interface |
RuntimeElement |
interface |
RuntimeElementInfo |
interface |
RuntimeEnumLeafInfo |
interface |
RuntimeLeafInfo |
interface |
RuntimeNonElement |
interface |
RuntimeTypeInfo |
Copyright © 2020 Oracle Corporation. All rights reserved.