|
|||||||||
| 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
public class PropertyPathFunctionExpressionParser
A FunctionExpressionParser implementation that knows how to parse BeanWrapper-like property paths and
returns a function that extracts the appropriate property value from the given object (bean).
| Nested Class Summary | |
|---|---|
protected class |
PropertyPathFunctionExpressionParser.PropertyPathFunction
A function that is associated with a property path. |
| Constructor Summary | |
|---|---|
PropertyPathFunctionExpressionParser()
|
|
| Method Summary | |
|---|---|
Function |
parse(java.lang.String expression)
Parses the given function expression and returns the parsed function. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyPathFunctionExpressionParser()
| Method Detail |
|---|
public Function parse(java.lang.String expression)
FunctionExpressionParser
parse in interface FunctionExpressionParserexpression - The function expression.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||