public class ExpressionEvaluator extends Object
${property} expressions. Specifically,
$$ escape sequence is replaced with $
${property} is replaced with the property value, if the property is known.
Throws ExpressionEvaluationException if the property is not known.
| Constructor and Description |
|---|
ExpressionEvaluator(List<Function<String,String>> resolvers) |
| Modifier and Type | Method and Description |
|---|---|
String |
evaluate(String expression)
Returns result of expression evaluation.
|
public String evaluate(String expression) throws ExpressionEvaluationException
ExpressionEvaluationExceptionCopyright © 2017. All rights reserved.