Class SpelExpressionParser
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class SpelExpressionParser : TemplateAwareExpressionParser, IExpressionParser
- Inheritance
-
SpelExpressionParser
- Implements
- Inherited Members
Constructors
SpelExpressionParser()
public SpelExpressionParser()
SpelExpressionParser(SpelParserOptions)
public SpelExpressionParser(SpelParserOptions configuration)
Parameters
configuration
SpelParserOptions
Methods
DoParseExpression(string, IParserContext)
protected override IExpression DoParseExpression(string expressionString, IParserContext context)
Parameters
expressionString
stringcontext
IParserContext
Returns
ParseRaw(string)
public IExpression ParseRaw(string expressionString)
Parameters
expressionString
string