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