Class ExpressionEvalMap.ComponentsEvaluationCallback
java.lang.Object
org.springframework.integration.expression.ExpressionEvalMap.ComponentsEvaluationCallback
- All Implemented Interfaces:
ExpressionEvalMap.EvaluationCallback
- Enclosing class:
- ExpressionEvalMap
public static class ExpressionEvalMap.ComponentsEvaluationCallback extends java.lang.Object implements ExpressionEvalMap.EvaluationCallback
The
ExpressionEvalMap.EvaluationCallback implementation which evaluates an expression using
the provided context, root and returnType variables.-
Constructor Summary
Constructors Constructor Description ComponentsEvaluationCallback(org.springframework.expression.EvaluationContext context, java.lang.Object root, boolean rootExplicitlySet, java.lang.Class<?> returnType) -
Method Summary
Modifier and Type Method Description java.lang.Objectevaluate(org.springframework.expression.Expression expression)
-
Constructor Details
-
ComponentsEvaluationCallback
public ComponentsEvaluationCallback(@Nullable org.springframework.expression.EvaluationContext context, @Nullable java.lang.Object root, boolean rootExplicitlySet, @Nullable java.lang.Class<?> returnType)
-
-
Method Details
-
evaluate
public java.lang.Object evaluate(org.springframework.expression.Expression expression)- Specified by:
evaluatein interfaceExpressionEvalMap.EvaluationCallback
-