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.- Since:
- 3.0
- Author:
- Artem Bilan, Gary Russell
- 
Constructor SummaryConstructorsConstructorDescriptionComponentsEvaluationCallback(EvaluationContext context, Object root, boolean rootExplicitlySet, Class<?> returnType) 
- 
Method Summary
- 
Constructor Details- 
ComponentsEvaluationCallback
 
- 
- 
Method Details- 
evaluate- Specified by:
- evaluatein interface- ExpressionEvalMap.EvaluationCallback
 
 
-