Converter
class Converter<T : DataItemConvertible>(parameterConverter: DataItemConverter<T>) : DataItemConverter<TransformationOperation<T>>
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