vertx / io.vertx.ext.consul / ServiceEntryConverter

ServiceEntryConverter

open class ServiceEntryConverter

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

Constructors

<init>

ServiceEntryConverter()

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

Functions

fromJson

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

toJson

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