| ConverterRegistry |
class ConverterRegistry |
| InfluxDao |
class InfluxDao<K : Any> |
| Key |
data class Key |
| Field |
annotation class Field
Annotation used on a field to be mapped as a field in influxDb request |
| Measurement |
annotation class Measurement
Annotation used on a class to be mapped as a measurement in influxDb request |
| Tag |
annotation class Tag
Annotation used on a field to be mapped as a tag in influxDb request |
| Time |
annotation class Time |
| MappingException |
class MappingException : RuntimeException |