Target filter
Search Kotlin docs
  • Platforms
  • Tealium Prism Kotlin
core/com.tealium.prism.core.api.settings.json/TransformationOperation/Converter

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

Constructors

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

Functions

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

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

Generated by Dokka
(c) Tealium 2026