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 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(EvaluationContext context, Object root, boolean rootExplicitlySet, Class<?> returnType)
-
Method Summary
Modifier and Type Method Description Object
evaluate(Expression expression)
-
Constructor Details
-
Method Details
-
evaluate
- Specified by:
evaluate
in interfaceExpressionEvalMap.EvaluationCallback
-