| パッケージ | 説明 |
|---|---|
| org.springframework.expression.spel | SpEL の中央実装パッケージ。 |
| org.springframework.expression.spel.standard | SpEL の標準パーサー実装。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
SpelParserConfiguration | ExpressionState.getConfiguration() |
| コンストラクターと説明 |
|---|
ExpressionState(EvaluationContext context, SpelParserConfiguration configuration) |
ExpressionState(EvaluationContext context, TypedValue rootObject, SpelParserConfiguration configuration) |
| コンストラクターと説明 |
|---|
SpelExpression(StringSE expression, SpelNodeImpl ast, SpelParserConfiguration configuration) パーサーによってのみ使用される式を作成します。 |
SpelExpressionParser(SpelParserConfiguration configuration) 指定された構成でパーサーを作成します。 |