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 Expression |
CachedExpressionEvaluator.getExpression(Map<CachedExpressionEvaluator.ExpressionKey,Expression> cache,
AnnotatedElementKey elementKey,
String expression)
Return the
Expression for the specified SpEL value |