Interface IParserContext
- Namespace
- Steeltoe.Common.Expression.Internal
- Assembly
- Steeltoe.Common.Abstractions.dll
Context that gets passed along a bean definition parsing process, encapsulating all relevant configuration as well as state. TODO: This interface is not complete
public interface IParserContext
Properties
ExpressionPrefix
string ExpressionPrefix { get; }
Property Value
ExpressionSuffix
string ExpressionSuffix { get; }
Property Value
IsTemplate
bool IsTemplate { get; }