org.apache.commons.beanutils.expression |
Package Documentation for org.apache.commons.beanutils.expression
Contains the
Resolver
interface and implementations.
|
Java Source File Name | Type | Comment |
DefaultResolver.java | Class | Default Property Name Expression
Resolver Implementation.
This class assists in resolving property names in the following five formats,
with the layout of an identifying String in parentheses:
- Simple (
name ) - The specified
name identifies an individual property of a particular
JavaBean. |
DefaultResolverTestCase.java | Class | Junit Test for BasicResolver. |
Resolver.java | Interface | Property Name Expression Resolver.
Methods such as PropertyUtilsBean's setNestedProperty() method
use a Resolver to process a property name
expression and resolve nested, indexed and mapped
property names. |