Uses of Class
org.springframework.context.expression.AnnotatedElementKey
Packages that use AnnotatedElementKey
Package
Description
Expression parsing support within a Spring application context.
-
Uses of AnnotatedElementKey in org.springframework.context.expression
Methods in org.springframework.context.expression with parameters of type AnnotatedElementKeyModifier and TypeMethodDescriptionint
AnnotatedElementKey.compareTo
(AnnotatedElementKey other) protected Expression
CachedExpressionEvaluator.getExpression
(Map<CachedExpressionEvaluator.ExpressionKey, Expression> cache, AnnotatedElementKey elementKey, String expression) Return theExpression
for the specified SpEL valueConstructors in org.springframework.context.expression with parameters of type AnnotatedElementKeyModifierConstructorDescriptionprotected
ExpressionKey
(AnnotatedElementKey element, String expression)