Package | Description |
---|---|
org.springframework.context.expression |
Expression parsing support within a Spring application context.
|
Modifier and Type | Method and Description |
---|---|
protected SpelExpressionParser |
CachedExpressionEvaluator.getParser()
Return the
SpelExpressionParser to use. |
Constructor and Description |
---|
CachedExpressionEvaluator(SpelExpressionParser parser)
Create a new instance with the specified
SpelExpressionParser . |