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.Methods in org.springframework.expression.spel with parameters of type SpelCompilerModeModifier and TypeMethodDescriptionSpelParserConfiguration.Builder.compilerMode(SpelCompilerMode compilerMode) Set the compiler mode that parsers using this configuration should use.Constructors in org.springframework.expression.spel with parameters of type SpelCompilerModeModifierConstructorDescriptionSpelParserConfiguration(@Nullable SpelCompilerMode compilerMode, @Nullable ClassLoader compilerClassLoader) Deprecated.as of Spring Framework 7.1, in favor of the builder APISpelParserConfiguration(@Nullable SpelCompilerMode compilerMode, @Nullable ClassLoader compilerClassLoader, boolean autoGrowNullReferences, boolean autoGrowCollections, int maximumAutoGrowSize) Deprecated.as of Spring Framework 7.1, in favor of the builder APISpelParserConfiguration(@Nullable SpelCompilerMode compilerMode, @Nullable ClassLoader compilerClassLoader, boolean autoGrowNullReferences, boolean autoGrowCollections, int maximumAutoGrowSize, int maximumExpressionLength) Deprecated.as of Spring Framework 7.1, in favor of the builder APISpelParserConfiguration(SpelCompilerMode compilerMode, @Nullable ClassLoader compilerClassLoader, boolean autoGrowNullReferences, boolean autoGrowCollections, int maximumAutoGrowSize, int maximumExpressionLength, int maximumOperations) Deprecated.as of Spring Framework 7.1, in favor of the builder APISpelParserConfiguration(SpelCompilerMode compilerMode, @Nullable ClassLoader compilerClassLoader, boolean autoGrowNullReferences, boolean autoGrowCollections, int maximumAutoGrowSize, int maximumExpressionLength, int maximumOperations, int maximumBigPowerBits) Deprecated.as of Spring Framework 7.1, in favor of the builder APISpelParserConfiguration(SpelCompilerMode compilerMode, @Nullable ClassLoader compilerClassLoader, boolean autoGrowNullReferences, boolean autoGrowCollections, int maximumAutoGrowSize, int maximumExpressionLength, int maximumOperations, int maximumBigPowerBits, int maximumNestingDepth) Deprecated.as of Spring Framework 7.1, in favor of the builder API