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 |
JAUtilities.getNode(Class<?> type) |
UnparentedNode |
DynamicChangeInfo.getNode(Class<?> iface) |
Modifier and Type | Method and Description |
---|---|
static BaseHK2JAXBBean |
Utilities._addRoot(UnparentedNode rootNode,
Object rawRoot,
DynamicChangeInfo changeInfo,
ClassReflectionHelper helper,
WriteableBeanDatabase writeableDatabase,
DynamicConfiguration dynamicService)
Called with write lock held
|
void |
UnparentedNode.addChild(String xmlTag,
ChildType childType,
UnparentedNode child,
Map<String,String> defaultChild) |
void |
ParentedNode.setChild(UnparentedNode child)
This is used when there are bean cycles.
|
Constructor and Description |
---|
ParentedNode(String childName,
ChildType childType,
UnparentedNode child,
Map<String,String> defaultChild) |
Modifier and Type | Method and Description |
---|---|
UnparentedNode |
BaseHK2JAXBBean._getModel()
Returns the raw model for this bean
|
Modifier and Type | Method and Description |
---|---|
void |
BaseHK2JAXBBean._setModel(UnparentedNode model,
ClassReflectionHelper helper) |
Copyright © 2009–2015 Oracle Corporation. All rights reserved.