Uses of Class
org.springframework.context.expression.AnnotatedElementKey
Package
Description
Expression parsing support within a Spring application context.
-
Uses of AnnotatedElementKey in org.springframework.context.expression
Modifier and TypeMethodDescriptionint
AnnotatedElementKey.compareTo
(AnnotatedElementKey other) protected Expression
CachedExpressionEvaluator.getExpression
(Map<CachedExpressionEvaluator.ExpressionKey, Expression> cache, AnnotatedElementKey elementKey, String expression) Return the parsedExpression
for the specified SpEL expression.ModifierConstructorDescriptionprotected
ExpressionKey
(AnnotatedElementKey element, String expression)