| 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 and Description |
|---|---|
class |
JXPathBasicBeanInfo
An implementation of JXPathBeanInfo based on JavaBeans' BeanInfo.
|
| Modifier and Type | Method and Description |
|---|---|
static JXPathBeanInfo |
JXPathIntrospector.getBeanInfo(Class beanClass)
Creates and registers a JXPathBeanInfo object for the supplied class.
|
| Constructor and Description |
|---|
BeanPointer(NodePointer parent,
QName name,
Object bean,
JXPathBeanInfo beanInfo)
Create a new BeanPointer.
|
BeanPointer(QName name,
Object bean,
JXPathBeanInfo beanInfo,
Locale locale)
Create a new BeanPointer.
|
BeanPropertyPointer(NodePointer parent,
JXPathBeanInfo beanInfo)
Create a new BeanPropertyPointer.
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.