@Target([AnnotationTarget.PROPERTY, AnnotationTarget.FIELD]) annotation class Field
Annotation used on a field to be mapped as a field in influxDb request
(JVM)
<init> |
Annotation used on a field to be mapped as a field in influxDb request Field(name: String = "", converter: KClass<out FieldConverter<*, *, *>> = FieldConverter::class) |
(JVM)
converter |
val converter: KClass<out FieldConverter<*, *, *>> |
(JVM)
name |
val name: String |