public class SpringExpressionEvaluator extends Object implements ExpressionEvaluator
Transition conditions allowing to reference Spring beans from the
application context.| Constructor and Description |
|---|
SpringExpressionEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(ExpressionEvaluationContext expressionContext,
String expression)
Evaluates a given
expression returning a boolean value. |
public boolean evaluate(ExpressionEvaluationContext expressionContext, String expression)
ExpressionEvaluatorexpression returning a boolean value.evaluate in interface ExpressionEvaluatorexpressionContext - The context which can be used for evaluation of the expression.expression - The expression resulting in a boolean (must not be null).Copyright © 2017. All rights reserved.