vertx / io.vertx.core.net / PfxOptionsConverter

PfxOptionsConverter

open class PfxOptionsConverter

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

Constructors

<init>

PfxOptionsConverter()

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

Functions

fromJson

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

toJson

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