public static class ExpressionEvalMap.ComponentsEvaluationCallback extends java.lang.Object implements ExpressionEvalMap.EvaluationCallback
ExpressionEvalMap.EvaluationCallback
implementation which evaluates an expression using
the provided context
, root
and returnType
variables.Constructor and Description |
---|
ExpressionEvalMap.ComponentsEvaluationCallback(org.springframework.expression.EvaluationContext context,
java.lang.Object root,
java.lang.Class<?> returnType) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
evaluate(org.springframework.expression.Expression expression) |
public ExpressionEvalMap.ComponentsEvaluationCallback(org.springframework.expression.EvaluationContext context, java.lang.Object root, java.lang.Class<?> returnType)
public java.lang.Object evaluate(org.springframework.expression.Expression expression)
evaluate
in interface ExpressionEvalMap.EvaluationCallback