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 |
BuiltinLeafInfo<T,C>
JAXB spec designates a few Java classes to be mapped to leaves in XML.
|
interface |
EnumLeafInfo<T,C>
NonElement that represents an Enum class. |
Modifier and Type | Class and Description |
---|---|
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 |
RuntimeBuiltinLeafInfoImpl<T>
BuiltinLeafInfoImpl with a support for runtime. |
Modifier and Type | Interface and Description |
---|---|
interface |
RuntimeBuiltinLeafInfo |
interface |
RuntimeEnumLeafInfo |
interface |
RuntimeLeafInfo |
Copyright © 2020 Oracle Corporation. All rights reserved.