| パッケージ | 説明 |
|---|---|
| org.springframework.expression.spel | SpEL の中央実装パッケージ。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
SpelCompilerMode | SpelParserConfiguration.getCompilerMode() この構成オブジェクトを使用して、パーサーの構成モードを返します。 |
static SpelCompilerMode | SpelCompilerMode.valueOf(StringSE name) 指定された名前を持つこの型の列挙定数を返します。 |
static SpelCompilerMode[] | SpelCompilerMode.values() この列挙型の定数を含む配列を、宣言されている順序で返します。 |
| コンストラクターと説明 |
|---|
SpelParserConfiguration(SpelCompilerMode compilerMode, ClassLoaderSE compilerClassLoader) 新しい SpelParserConfiguration インスタンスを作成します。 |
SpelParserConfiguration(SpelCompilerMode compilerMode, ClassLoaderSE compilerClassLoader, boolean autoGrowNullReferences, boolean autoGrowCollections, int maximumAutoGrowSize) 新しい SpelParserConfiguration インスタンスを作成します。 |