Package | Description |
---|---|
org.glassfish.hk2.xml.internal | |
org.glassfish.hk2.xml.jaxb.internal |
Modifier and Type | Method and Description |
---|---|
static BaseHK2JAXBBean |
Utilities._addRoot(Model rootNode,
Object rawRoot,
DynamicChangeInfo changeInfo,
ClassReflectionHelper helper,
WriteableBeanDatabase writeableDatabase,
DynamicConfiguration dynamicService)
Called with write lock held
|
static BaseHK2JAXBBean |
Utilities.createBean(Class<?> implClass) |
static BaseHK2JAXBBean |
Utilities.internalAdd(BaseHK2JAXBBean myParent,
String childProperty,
Object rawChild,
String childKey,
int index,
DynamicChangeInfo changeInformation,
WriteableBeanDatabase writeableDatabase,
DynamicConfiguration dynamicService) |
static BaseHK2JAXBBean |
Utilities.internalRemove(BaseHK2JAXBBean myParent,
String childProperty,
String childKey,
int index,
DynamicChangeInfo changeInformation,
WriteableBeanDatabase writeableDatabase,
DynamicConfiguration dynamicService)
Write lock must be held
|
Modifier and Type | Method and Description |
---|---|
static void |
Utilities.advertise(WriteableBeanDatabase wbd,
DynamicConfiguration config,
BaseHK2JAXBBean bean) |
static String |
Utilities.createInstanceName(BaseHK2JAXBBean bean)
Creates an instance name by traveling up the parent chain.
|
static BaseHK2JAXBBean |
Utilities.internalAdd(BaseHK2JAXBBean myParent,
String childProperty,
Object rawChild,
String childKey,
int index,
DynamicChangeInfo changeInformation,
WriteableBeanDatabase writeableDatabase,
DynamicConfiguration dynamicService) |
static BaseHK2JAXBBean |
Utilities.internalRemove(BaseHK2JAXBBean myParent,
String childProperty,
String childKey,
int index,
DynamicChangeInfo changeInformation,
WriteableBeanDatabase writeableDatabase,
DynamicConfiguration dynamicService)
Write lock must be held
|
Modifier and Type | Method and Description |
---|---|
void |
BaseHK2JAXBBean._merge(BaseHK2JAXBBean other,
WriteableBeanDatabase writeableDatabase)
Called with writeLock held
|
void |
BaseHK2JAXBBean._shallowCopyFrom(BaseHK2JAXBBean copyMe)
This copy method ONLY copies NON child and
non parent fields, and so is not a full copy.
|
Copyright © 2009–2018 Oracle Corporation. All rights reserved.