vertx / io.vertx.ext.consul / NodeListConverter

NodeListConverter

open class NodeListConverter

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

Constructors

<init>

NodeListConverter()

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

Functions

fromJson

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

toJson

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