Converter

DataItemConverter implementation that handles the conversion of the data found at KEY_DESTINATION but delegates the conversion of the data found at KEY_PARAMETERS to the given parameterConverter

Constructors

Link copied to clipboard
constructor(parameterConverter: DataItemConverter<T>)

Functions

Link copied to clipboard
open override fun convert(dataItem: DataItem): TransformationOperation<T>?

Should return an instance of T using the data provided by dataItem.