vertx / io.vertx.core.net / NetClientOptionsConverter

NetClientOptionsConverter

open class NetClientOptionsConverter

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

Constructors

<init>

NetClientOptionsConverter()

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

Functions

fromJson

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

toJson

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