vertx / io.vertx.core / VertxOptionsConverter

VertxOptionsConverter

open class VertxOptionsConverter

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

Constructors

<init>

VertxOptionsConverter()

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

Functions

fromJson

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

toJson

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