Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
BeanReflectionHelper.convertJavaBeanToBeanLikeMap(ClassReflectionHelper helper,
Object bean)
Converts a Java bean to a bean-like Map
|
static PropertyChangeEvent[] |
BeanReflectionHelper.getChangeEvents(ClassReflectionHelper helper,
Object oldBean,
Object newBean)
Gets the set of change events by comparing two different beans.
|
Modifier and Type | Class and Description |
---|---|
class |
ClassReflectionHelperImpl |
Modifier and Type | Method and Description |
---|---|
ClassReflectionHelper |
XmlServiceImpl.getClassReflectionHelper() |
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
|
Constructor and Description |
---|
AnnotationAltAnnotationImpl(Annotation annotation,
ClassReflectionHelper helper) |
ClassAltClassImpl(Class<?> clazz,
ClassReflectionHelper helper) |
MethodAltMethodImpl(Method method,
ClassReflectionHelper helper) |
Modifier and Type | Method and Description |
---|---|
ClassReflectionHelper |
BaseHK2JAXBBean._getClassReflectionHelper()
Returns the reflection helper for this bean
|
Modifier and Type | Method and Description |
---|---|
void |
BaseHK2JAXBBean._setClassReflectionHelper(ClassReflectionHelper helper) |
Copyright © 2009–2016 Oracle Corporation. All rights reserved.