vertx / io.vertx.core.net / JksOptionsConverter

JksOptionsConverter

open class JksOptionsConverter

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

Constructors

<init>

JksOptionsConverter()

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

Functions

fromJson

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

toJson

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