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