Table of Contents

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

string

ExpressionSuffix

string ExpressionSuffix { get; }

Property Value

string

IsTemplate

bool IsTemplate { get; }

Property Value

bool