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.expressionMethods in org.springframework.context.expression with parameters of type AnnotatedElementKeyModifier and TypeMethodDescriptionintAnnotatedElementKey.compareTo(AnnotatedElementKey other) protected org.springframework.expression.ExpressionCachedExpressionEvaluator.getExpression(Map<CachedExpressionEvaluator.ExpressionKey, org.springframework.expression.Expression> cache, AnnotatedElementKey elementKey, String expression) Return theExpressionfor the specified SpEL valueConstructors in org.springframework.context.expression with parameters of type AnnotatedElementKeyModifierConstructorDescriptionprotectedExpressionKey(AnnotatedElementKey element, String expression)