Target filter
Search Kotlin docs
  • Platforms
  • Tealium Prism Kotlin
core/com.tealium.prism.core.api.rules/Rule/Converter

Converter

class Converter<T>(converter: DataItemConverter<T>) : DataItemConverter<Rule<T>>

DataItemConverter implementation that handles the re-creation of the Rule operators, delegating the creation of the T to the provided converter.

Constructors

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

Functions

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

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

Generated by Dokka
(c) Tealium 2026