vertx / io.vertx.ext.consul / KeyValueListConverter

KeyValueListConverter

open class KeyValueListConverter

Converter for io.vertx.ext.consul.KeyValueList. NOTE: This class has been automatically generated from the io.vertx.ext.consul.KeyValueList original class using Vert.x codegen.

Constructors

<init>

KeyValueListConverter()

Converter for io.vertx.ext.consul.KeyValueList. NOTE: This class has been automatically generated from the io.vertx.ext.consul.KeyValueList original class using Vert.x codegen.

Functions

fromJson

open static fun fromJson(json: JsonObject, obj: KeyValueList): Unit

toJson

open static fun toJson(obj: KeyValueList, json: JsonObject): Unit