vertx / io.vertx.ext.consul / CheckConverter

CheckConverter

open class CheckConverter

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

Constructors

<init>

CheckConverter()

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

Functions

fromJson

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

toJson

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