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