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
configurationSpelParserOptions
Methods
DoParseExpression(string, IParserContext)
protected override IExpression DoParseExpression(string expressionString, IParserContext context)
Parameters
expressionStringstringcontextIParserContext
Returns
ParseRaw(string)
public IExpression ParseRaw(string expressionString)
Parameters
expressionStringstring