| Package | Description |
|---|---|
| org.springframework.expression.spel | |
| org.springframework.expression.spel.standard |
| Modifier and Type | Method and Description |
|---|---|
SpelParserConfiguration |
ExpressionState.getConfiguration() |
| Constructor and Description |
|---|
ExpressionState(EvaluationContext context,
SpelParserConfiguration configuration) |
ExpressionState(EvaluationContext context,
TypedValue rootObject,
SpelParserConfiguration configuration) |
| Constructor and Description |
|---|
SpelExpression(String expression,
SpelNodeImpl ast,
SpelParserConfiguration configuration)
Construct an expression, only used by the parser.
|
SpelExpressionParser(SpelParserConfiguration configuration)
Create a parser with some configured behavior.
|
Copyright © 2015. All rights reserved.