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.Object evaluate​(org.springframework.expression.Expression expression)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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