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

ReferenceContainer

class ReferenceContainer : DataObjectConvertible

A container for a reference to a variable in a DataObject

Types

Companion
Link copied to clipboard
object Companion
Converter
Link copied to clipboard
object Converter : DataItemConverter<ReferenceContainer>

Properties

path
Link copied to clipboard
val path: JsonObjectPath

Returns the JsonObjectPath to use to retrieve the reference from a DataObject

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
open override fun asDataObject(): DataObject

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

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
Generated by Dokka
(c) Tealium 2026