| Package | Description |
|---|---|
| org.apache.commons.jxpath.ri.model.beans |
Implementation of "model" APIs for JavaBeans, Dynamic Property Objects,
collections and null.
|
| org.apache.commons.jxpath.ri.model.dynabeans |
Implementation of "model" APIs for Commons BeanUtils DynaBeans.
|
| org.apache.commons.jxpath.ri.model.dynamic |
Implementation of "model" APIs for dynamic property objects e.g.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BeanPropertyPointer
Pointer pointing to a property of a JavaBean.
|
class |
NullPropertyPointer |
| Modifier and Type | Method and Description |
|---|---|
PropertyPointer |
BeanPointer.getPropertyPointer() |
abstract PropertyPointer |
PropertyOwnerPointer.getPropertyPointer()
Get a PropertyPointer for this PropertyOwnerPointer.
|
PropertyPointer |
NullElementPointer.getPropertyPointer()
Get the property pointer for this.
|
PropertyPointer |
NullPointer.getPropertyPointer() |
| Modifier and Type | Class and Description |
|---|---|
class |
DynaBeanPropertyPointer
Pointer pointing to a property of a
DynaBean. |
| Modifier and Type | Method and Description |
|---|---|
PropertyPointer |
DynaBeanPointer.getPropertyPointer() |
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicPropertyPointer
Pointer pointing to a property of an object with dynamic properties.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyPointer |
DynamicPointer.getPropertyPointer() |
Copyright © 2001-2015 The Apache Software Foundation. All Rights Reserved.