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