vertx / io.vertx.core.net / NetworkOptionsConverter

NetworkOptionsConverter

open class NetworkOptionsConverter

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

Constructors

<init>

NetworkOptionsConverter()

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

Functions

fromJson

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

toJson

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