Uses of Class
org.springframework.expression.spel.SpelParserConfiguration
Package
Description
SpEL's central implementation package.
SpEL's standard parser implementation.
-
Uses of SpelParserConfiguration in org.springframework.expression.spel
ModifierConstructorDescriptionExpressionState
(EvaluationContext context, SpelParserConfiguration configuration) ExpressionState
(EvaluationContext context, TypedValue rootObject, SpelParserConfiguration configuration) -
Uses of SpelParserConfiguration in org.springframework.expression.spel.standard
ModifierConstructorDescriptionSpelExpression
(String expression, SpelNodeImpl ast, SpelParserConfiguration configuration) Construct an expression, only used by the parser.SpelExpressionParser
(SpelParserConfiguration configuration) Create a parser with the specified configuration.