| Package | Description | 
|---|---|
| org.springframework.context.expression | Expression parsing support within a Spring application context. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | CachedExpressionEvaluator.ExpressionKey. compareTo(CachedExpressionEvaluator.ExpressionKey other) | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 |