influxdb-resultmapper / org.mybop.influxbd.resultmapper / Tag

Tag

@Target([AnnotationTarget.PROPERTY, AnnotationTarget.FIELD]) annotation class Tag

Annotation used on a field to be mapped as a tag in influxDb request

Constructors

<init> Tag(name: String = "", converter: KClass<out TagConverter<*>> = TagConverter::class)

Annotation used on a field to be mapped as a tag in influxDb request

Properties

converter val converter: KClass<out TagConverter<*>>
name val name: String