Uses of Enum Class
org.springframework.expression.spel.SpelCompilerMode
Packages that use SpelCompilerMode
- 
Uses of SpelCompilerMode in org.springframework.expression.spelMethods in org.springframework.expression.spel that return SpelCompilerModeModifier and TypeMethodDescriptionSpelParserConfiguration.getCompilerMode()Return the compiler mode for parsers using this configuration object.static SpelCompilerModeReturns the enum constant of this class with the specified name.static SpelCompilerMode[]SpelCompilerMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.springframework.expression.spel with parameters of type SpelCompilerModeModifierConstructorDescriptionSpelParserConfiguration(@Nullable SpelCompilerMode compilerMode, @Nullable ClassLoader compilerClassLoader) Create a newSpelParserConfigurationinstance.SpelParserConfiguration(@Nullable SpelCompilerMode compilerMode, @Nullable ClassLoader compilerClassLoader, boolean autoGrowNullReferences, boolean autoGrowCollections, int maximumAutoGrowSize) Create a newSpelParserConfigurationinstance.SpelParserConfiguration(@Nullable SpelCompilerMode compilerMode, @Nullable ClassLoader compilerClassLoader, boolean autoGrowNullReferences, boolean autoGrowCollections, int maximumAutoGrowSize, int maximumExpressionLength) Create a newSpelParserConfigurationinstance.