Uses of Enum Class
org.springframework.expression.spel.SpelCompilerMode
Packages that use SpelCompilerMode
-
Uses of SpelCompilerMode in org.springframework.expression.spel
Subclasses with type arguments of type SpelCompilerMode in org.springframework.expression.spelModifier and TypeClassDescriptionenumCaptures the possible configuration settings for a compiler that can be used when evaluating expressions.Methods 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.