vertx / io.vertx.core.net / NetServerOptionsConverter

NetServerOptionsConverter

open class NetServerOptionsConverter

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

Constructors

<init>

NetServerOptionsConverter()

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

Functions

fromJson

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

toJson

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