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 SpelExpressionParser
CachedExpressionEvaluator.getParser()
Return theSpelExpressionParser
to use.Constructors in org.springframework.context.expression with parameters of type SpelExpressionParserModifierConstructorDescriptionprotected
Create a new instance with the specifiedSpelExpressionParser
.