|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springmodules.validation.util.fel.parser.PropertyPathFunctionExpressionParser.PropertyPathFunction
protected class PropertyPathFunctionExpressionParser.PropertyPathFunction
A function that is associated with a property path. On evaluation, the appropriate property value is extracted from the given object (bean).
| Constructor Summary | |
|---|---|
PropertyPathFunctionExpressionParser.PropertyPathFunction(java.lang.String propertyPath)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
evaluate(java.lang.Object argument)
Evaluate the function on the given argument and return the evaluation result. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyPathFunctionExpressionParser.PropertyPathFunction(java.lang.String propertyPath)
| Method Detail |
|---|
public java.lang.Object evaluate(java.lang.Object argument)
Function
evaluate in interface Functionargument - The argument to the function.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||