vertx / io.vertx.ext.consul / ServiceListConverter

ServiceListConverter

open class ServiceListConverter

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

Constructors

<init>

ServiceListConverter()

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

Functions

fromJson

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

toJson

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