public class ExpressionResolver extends Object
| Constructor and Description |
|---|
ExpressionResolver() |
| Modifier and Type | Method and Description |
|---|---|
Object |
resolveExpression(String expressionString,
Object contextRoot)
Runs the given expression against the given context object and returns the result of the evaluated expression.
|
public Object resolveExpression(String expressionString, Object contextRoot)
expressionString - the expression to evaluate.contextRoot - the context object against which the expression is evaluated.Copyright © 2017. All rights reserved.