Uses of Class
org.springframework.expression.spel.standard.SpelExpressionParser
Package
Description
Expression parsing support within a Spring application context.
-
Uses of SpelExpressionParser in org.springframework.context.expression
Modifier and TypeMethodDescriptionprotected SpelExpressionParser
CachedExpressionEvaluator.getParser()
Return theSpelExpressionParser
to use.ModifierConstructorDescriptionprotected
Create a new instance with the specifiedSpelExpressionParser
.