vertx / io.vertx.servicediscovery / ServiceDiscoveryOptionsConverter

ServiceDiscoveryOptionsConverter

open class ServiceDiscoveryOptionsConverter

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

Constructors

<init>

ServiceDiscoveryOptionsConverter()

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

Functions

fromJson

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

toJson

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