Class InlineMap
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class InlineMap : SpelNode, ISpelNode
- Inheritance
-
InlineMap
- Implements
- Inherited Members
Constructors
InlineMap(int, int, params SpelNode[])
public InlineMap(int startPos, int endPos, params SpelNode[] args)
Parameters
Properties
IsConstant
public bool IsConstant { get; }
Property Value
Methods
GetConstantValue()
public IDictionary<object, object> GetConstantValue()
Returns
GetValueInternal(ExpressionState)
public override ITypedValue GetValueInternal(ExpressionState state)
Parameters
state
ExpressionState
Returns
ToStringAST()
public override string ToStringAST()