vertx / io.vertx.ext.consul / ServiceOptionsConverter

ServiceOptionsConverter

open class ServiceOptionsConverter

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

Constructors

<init>

ServiceOptionsConverter()

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

Functions

fromJson

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

toJson

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