vertx / io.vertx.core.net / PemKeyCertOptionsConverter

PemKeyCertOptionsConverter

open class PemKeyCertOptionsConverter

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

Constructors

<init>

PemKeyCertOptionsConverter()

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

Functions

fromJson

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

toJson

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