vertx / io.vertx.ext.auth.jwt / JWTKeyStoreOptionsConverter

JWTKeyStoreOptionsConverter

open class JWTKeyStoreOptionsConverter

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

Constructors

<init>

JWTKeyStoreOptionsConverter()

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

Functions

fromJson

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

toJson

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