Target filter
Search Kotlin docs
  • Platforms
  • Tealium Prism Kotlin
core/com.tealium.prism.core.api.data/DataObjectConvertible

DataObjectConvertible

fun interface DataObjectConvertible : DataItemConvertible

Classes that implement this interface should be able to convert themselves successfully to an instance of DataObject.

See also

DataObject
DataItemConvertible

Inheritors

ReferenceContainer
StringContainer
ValueContainer
MappingParameters
TransformationOperation
TransformationSettings

Functions

asDataItem
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:

asDataObject
Link copied to clipboard
abstract fun asDataObject(): DataObject

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

Generated by Dokka
(c) Tealium 2026