vertx / io.vertx.ext.consul / NodeConverter

NodeConverter

open class NodeConverter

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

Constructors

<init>

NodeConverter()

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

Functions

fromJson

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

toJson

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