Package | Description |
---|---|
org.dom4j.bean |
An implementation of the dom4j API which allows JavaBeans to be used to store and retrieve attribute values from Element.
|
Modifier and Type | Field and Description |
---|---|
private BeanMetaData |
BeanAttributeList.beanMetaData
The BeanElement that this
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.Class<?>,BeanMetaData> |
BeanMetaData.singletonCache
Singleton cache
|
Modifier and Type | Method and Description |
---|---|
static BeanMetaData |
BeanMetaData.get(java.lang.Class<?> beanClass)
Static helper method to find and cache meta data objects for bean types
|
Constructor and Description |
---|
BeanAttributeList(BeanElement parent,
BeanMetaData beanMetaData) |