Uses of Class
org.springframework.context.expression.AnnotatedElementKey
Packages that use AnnotatedElementKey Package Description org.springframework.context.expression 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 AnnotatedElementKey Modifier and Type Method Description int
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 AnnotatedElementKey Constructor Description ExpressionKey(AnnotatedElementKey element, String expression)