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