Class Projection
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class Projection : SpelNode, ISpelNode
- Inheritance
-
Projection
- Implements
- Inherited Members
Constructors
Projection(bool, int, int, SpelNode)
public Projection(bool nullSafe, int startPos, int endPos, SpelNode expression)
Parameters
Methods
GetValueInternal(ExpressionState)
public override ITypedValue GetValueInternal(ExpressionState state)
Parameters
state
ExpressionState
Returns
GetValueRef(ExpressionState)
protected override IValueRef GetValueRef(ExpressionState state)
Parameters
state
ExpressionState
Returns
ToStringAST()
public override string ToStringAST()