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

TimeConverter

interface TimeConverter<T>

Functions

convert abstract fun convert(instant: T): Long
precision abstract fun precision(): TimeUnit
reverse abstract fun reverse(value: String): T
supportedType abstract fun supportedType(): KType