vertx / io.vertx.ext.auth.jdbc / JDBCAuthOptionsConverter

JDBCAuthOptionsConverter

open class JDBCAuthOptionsConverter

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

Constructors

<init>

JDBCAuthOptionsConverter()

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

Functions

fromJson

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

toJson

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