ValueSource

Represents a source of data used in a transformation operation, which can be either a reference to existing data or a constant value.

Inheritors

Types

Link copied to clipboard
data class Constant(val value: ValueContainer) : ValueSource

Represents a constant value to be used directly

Link copied to clipboard
Link copied to clipboard
data class Reference(val reference: ReferenceContainer) : ValueSource

A reference to existing data in the payload

Functions

Link copied to clipboard
open override fun asDataItem(): DataItem

Should return an instance of a DataItem that represents all required properties of the implementing class, such that it could be: