vertx / io.vertx.ext.auth / SecretOptionsConverter

SecretOptionsConverter

open class SecretOptionsConverter

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

Constructors

<init>

SecretOptionsConverter()

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

Functions

fromJson

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

toJson

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