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

TagConverter

interface TagConverter<T>

Functions

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