Uses of Class
org.springframework.expression.spel.SpelCompilerMode
Packages that use SpelCompilerMode Package Description org.springframework.expression.spel SpEL's central implementation package.Uses of SpelCompilerMode in org.springframework.expression.spel
Methods in org.springframework.expression.spel that return SpelCompilerMode Modifier and Type Method Description SpelCompilerModeSpelParserConfiguration. getCompilerMode()Return the configuration mode for parsers using this configuration object.static SpelCompilerModeSpelCompilerMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SpelCompilerMode[]SpelCompilerMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.springframework.expression.spel with parameters of type SpelCompilerMode Constructor Description SpelParserConfiguration(SpelCompilerMode compilerMode, ClassLoader compilerClassLoader)Create a newSpelParserConfigurationinstance.SpelParserConfiguration(SpelCompilerMode compilerMode, ClassLoader compilerClassLoader, boolean autoGrowNullReferences, boolean autoGrowCollections, int maximumAutoGrowSize)Create a newSpelParserConfigurationinstance.