Uses of Class
org.springframework.expression.spel.SpelParserConfiguration.Builder
Packages that use SpelParserConfiguration.Builder
-
Uses of SpelParserConfiguration.Builder in org.springframework.expression.spel
Methods in org.springframework.expression.spel that return SpelParserConfiguration.BuilderModifier and TypeMethodDescriptionSpelParserConfiguration.Builder.autoGrowCollections()Enable automatic growth of collections and arrays encountered while traversing a property path.SpelParserConfiguration.Builder.autoGrowNullReferences()Enable automatic growth ofnullreferences encountered while traversing a property path.SpelParserConfiguration.builder()Create a newSpelParserConfiguration.Builderfor configuring aSpelParserConfiguration.SpelParserConfiguration.Builder.compilerClassLoader(@Nullable ClassLoader compilerClassLoader) Set theClassLoaderto use as the basis for expression compilation.SpelParserConfiguration.Builder.compilerMode(SpelCompilerMode compilerMode) Set the compiler mode that parsers using this configuration should use.SpelParserConfiguration.Builder.maximumAutoGrowSize(int maximumAutoGrowSize) Set the maximum size to which a collection or array can automatically grow.SpelParserConfiguration.Builder.maximumBigPowerBits(int maximumBigPowerBits) Set the maximum number of bits permitted in the result of aBigDecimalorBigIntegerpower operation within a SpEL expression.SpelParserConfiguration.Builder.maximumExpressionLength(int maximumExpressionLength) Set the maximum length permitted for a SpEL expression.SpelParserConfiguration.Builder.maximumOperations(int maximumOperations) Set the maximum number of operations permitted during SpEL expression evaluation.