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
Classes in org.springframework.context.expression that implement interfaces with type arguments of type AnnotatedElementKeyModifier and TypeClassDescriptionfinal classRepresents anAnnotatedElementin a particularClassand is suitable for use as a cache key.Methods in org.springframework.context.expression with parameters of type AnnotatedElementKeyModifier and TypeMethodDescriptionintAnnotatedElementKey.compareTo(AnnotatedElementKey other) protected ExpressionCachedExpressionEvaluator.getExpression(Map<CachedExpressionEvaluator.ExpressionKey, Expression> cache, AnnotatedElementKey elementKey, String expression) Return the parsedExpressionfor the specified SpEL expression.Constructors in org.springframework.context.expression with parameters of type AnnotatedElementKeyModifierConstructorDescriptionprotectedExpressionKey(AnnotatedElementKey element, String expression)