vertx / io.vertx.core.net / PemTrustOptionsConverter

PemTrustOptionsConverter

open class PemTrustOptionsConverter

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

Constructors

<init>

PemTrustOptionsConverter()

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

Functions

fromJson

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

toJson

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