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

TimeConverter

(JVM) interface TimeConverter<T>

Functions

(JVM)

convert

abstract fun convert(instant: T): Long
(JVM)

precision

abstract fun precision(): TimeUnit
(JVM)

reverse

abstract fun reverse(value: String): T
(JVM)

supportedType

abstract fun supportedType(): KType