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 |
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. |
Modifier and Type | Method | Description |
---|---|---|
java.util.Map<T,? extends BuiltinLeafInfo<T,C>> |
TypeInfoSet.builtins() |
Returns all the
BuiltinLeafInfo s known to this set. |
Modifier and Type | Class | 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 | Description |
---|---|---|
interface |
RuntimeBuiltinLeafInfo |
Copyright © 2018 Oracle Corporation. All rights reserved.