influxdb-querybuilder / org.mybop.influxbd.resultmapper.converter / TagConverter

TagConverter

(JVM) interface TagConverter<T>

Functions

(JVM)

convert

abstract fun convert(key: T): String?
(JVM)

reverse

abstract fun reverse(key: String?, type: KType): T
(JVM)

supportedType

abstract fun supportedType(): KType