vertx / io.vertx.ext.auth.shiro / ShiroAuthOptionsConverter

ShiroAuthOptionsConverter

open class ShiroAuthOptionsConverter

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

Constructors

<init>

ShiroAuthOptionsConverter()

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

Functions

fromJson

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

toJson

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