vertx / io.vertx.ext.auth.mongo / MongoAuthOptionsConverter

MongoAuthOptionsConverter

open class MongoAuthOptionsConverter

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

Constructors

<init>

MongoAuthOptionsConverter()

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

Functions

fromJson

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

toJson

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