Class SpelParserConfiguration.Builder

java.lang.Object
org.springframework.expression.spel.SpelParserConfiguration.Builder
Enclosing class:
SpelParserConfiguration

public static final class SpelParserConfiguration.Builder extends Object
Fluent builder API for SpelParserConfiguration.

Each property defaults to the same value as the corresponding property in a SpelParserConfiguration created via the no-arg constructor — including honoring the system properties or Spring properties named "spring.expression.compiler.mode", "spring.expression.maxOperations", and "spring.expression.maxBigPowerBits".

Only configure the properties that need to deviate from those defaults.

Since:
7.0.10
Author:
Juergen Hoeller, Phillip Webb, Andy Clement, Sam Brannen
See Also: