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

Converter

object Converter : DataItemConverter<JsonPath<*>>

DataItemConverter to create JsonPath instances from their String representations.

In the event of any parse exceptions it will return null

Functions

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

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

Generated by Dokka
(c) Tealium 2026