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