vertx / io.vertx.ext.auth / KeyStoreOptionsConverter

KeyStoreOptionsConverter

open class KeyStoreOptionsConverter

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

Constructors

<init>

KeyStoreOptionsConverter()

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

Functions

fromJson

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

toJson

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