Uses of Class
org.springframework.expression.spel.standard.SpelExpressionParser
Packages that use SpelExpressionParser
Package
Description
Expression parsing support within a Spring application context.
-
Uses of SpelExpressionParser in org.springframework.context.expression
Methods in org.springframework.context.expression that return SpelExpressionParserModifier and TypeMethodDescriptionprotected SpelExpressionParserCachedExpressionEvaluator.getParser()Return theSpelExpressionParserto use.Constructors in org.springframework.context.expression with parameters of type SpelExpressionParserModifierConstructorDescriptionprotectedCreate a new instance with the specifiedSpelExpressionParser.