Spring Integration

org.springframework.integration.expression
Interface ExpressionEvalMap.EvaluationCallback

All Known Implementing Classes:
ExpressionEvalMap.ComponentsEvaluationCallback
Enclosing class:
ExpressionEvalMap

public static interface ExpressionEvalMap.EvaluationCallback

Implementations of this interface can be provided to build 'on demand ExpressionEvalMap.get(Object) logic' for ExpressionEvalMap.


Method Summary
 java.lang.Object evaluate(org.springframework.expression.Expression expression)
           
 

Method Detail

evaluate

java.lang.Object evaluate(org.springframework.expression.Expression expression)

Spring Integration