Package | Description |
---|---|
org.apache.commons.jxpath |
Public, abstract part of JXPath: interfaces and configuration.
|
org.apache.commons.jxpath.ri.model.beans |
Implementation of "model" APIs for JavaBeans, Dynamic Property Objects,
collections and null.
|
Modifier and Type | Class | Description |
---|---|---|
class |
JXPathBasicBeanInfo |
An implementation of JXPathBeanInfo based on JavaBeans' BeanInfo.
|
Modifier and Type | Method | Description |
---|---|---|
private static JXPathBeanInfo |
JXPathIntrospector.findDynamicBeanInfo(java.lang.Class beanClass) |
Find a dynamic bean info if available for any superclasses or
interfaces.
|
private static JXPathBeanInfo |
JXPathIntrospector.findInformant(java.lang.Class beanClass) |
find a JXPathBeanInfo instance for the specified class.
|
static JXPathBeanInfo |
JXPathIntrospector.getBeanInfo(java.lang.Class beanClass) |
Creates and registers a JXPathBeanInfo object for the supplied class.
|
Modifier and Type | Field | Description |
---|---|---|
private JXPathBeanInfo |
BeanPointer.beanInfo |
|
private JXPathBeanInfo |
BeanPropertyPointer.beanInfo |
Constructor | Description |
---|---|
BeanPointer(NodePointer parent,
QName name,
java.lang.Object bean,
JXPathBeanInfo beanInfo) |
Create a new BeanPointer.
|
BeanPointer(QName name,
java.lang.Object bean,
JXPathBeanInfo beanInfo,
java.util.Locale locale) |
Create a new BeanPointer.
|
BeanPropertyPointer(NodePointer parent,
JXPathBeanInfo beanInfo) |
Create a new BeanPropertyPointer.
|