|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.integration.expression.ExpressionEvalMap.ComponentsEvaluationCallback
public static class ExpressionEvalMap.ComponentsEvaluationCallback
The ExpressionEvalMap.EvaluationCallback
implementation which evaluates an expression using
the provided context
, root
and returnType
variables.
Constructor Summary | |
---|---|
ExpressionEvalMap.ComponentsEvaluationCallback(org.springframework.expression.EvaluationContext context,
java.lang.Object root,
java.lang.Class<?> returnType)
|
Method Summary | |
---|---|
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 Detail |
---|
public ExpressionEvalMap.ComponentsEvaluationCallback(org.springframework.expression.EvaluationContext context, java.lang.Object root, java.lang.Class<?> returnType)
Method Detail |
---|
public java.lang.Object evaluate(org.springframework.expression.Expression expression)
evaluate
in interface ExpressionEvalMap.EvaluationCallback
|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |