| Package | Description | 
|---|---|
| org.springframework.context.expression | Expression parsing support within a Spring application context. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | AnnotatedElementKey. compareTo(AnnotatedElementKey other) | 
| protected org.springframework.expression.Expression | CachedExpressionEvaluator. getExpression(Map<CachedExpressionEvaluator.ExpressionKey,org.springframework.expression.Expression> cache,
             AnnotatedElementKey elementKey,
             String expression)Return the  Expressionfor the specified SpEL value | 
| Constructor and Description | 
|---|
| ExpressionKey(AnnotatedElementKey element,
             String expression) |