vertx / io.vertx.ext.auth / PubSecKeyOptionsConverter

PubSecKeyOptionsConverter

open class PubSecKeyOptionsConverter

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

Constructors

<init>

PubSecKeyOptionsConverter()

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

Functions

fromJson

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

toJson

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