Class InternalSpelExpressionParser
Inheritance
System.Object
InternalSpelExpressionParser
Assembly: Steeltoe.Common.Expression.dll
Syntax
public class InternalSpelExpressionParser : TemplateAwareExpressionParser
Constructors
|
Edit this page
View Source
InternalSpelExpressionParser(SpelParserOptions)
Declaration
public InternalSpelExpressionParser(SpelParserOptions configuration)
Parameters
Methods
|
Edit this page
View Source
DoParseExpression(String, IParserContext)
Declaration
protected override IExpression DoParseExpression(string expressionString, IParserContext context)
Parameters
Type |
Name |
Description |
System.String |
expressionString |
|
IParserContext |
context |
|
Returns
Type |
Description |
IExpression |
|
Overrides