| Package | Description |
|---|---|
| org.glassfish.hk2.xml.internal | |
| org.glassfish.hk2.xml.jaxb.internal |
| Modifier and Type | Method and Description |
|---|---|
UnparentedNode |
JAUtilities.convertRootAndLeaves(Class<?> root) |
UnparentedNode |
ParentedNode.getChild() |
UnparentedNode |
DynamicChangeInfo.getNode(Class<?> iface) |
UnparentedNode |
JAUtilities.getNode(Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
void |
UnparentedNode.addChild(String xmlTag,
boolean multiChildList,
boolean multiChildArray,
UnparentedNode child) |
void |
ParentedNode.setChild(UnparentedNode child)
This is used when there are bean cycles.
|
| Constructor and Description |
|---|
ParentedNode(String childName,
boolean multiChildList,
boolean multiChildArray,
UnparentedNode child) |
| Modifier and Type | Method and Description |
|---|---|
UnparentedNode |
BaseHK2JAXBBean._getModel() |
| Modifier and Type | Method and Description |
|---|---|
static BaseHK2JAXBBean |
BaseHK2JAXBBean._addRoot(UnparentedNode rootNode,
Object rawRoot,
DynamicChangeInfo changeInfo,
ClassReflectionHelper helper,
WriteableBeanDatabase writeableDatabase,
DynamicConfiguration dynamicService) |
void |
BaseHK2JAXBBean._setModel(UnparentedNode model,
ClassReflectionHelper helper) |
Copyright © 2009-2015 Oracle Corporation. All Rights Reserved.