vertx / io.vertx.ext.sql / SQLOptionsConverter

SQLOptionsConverter

open class SQLOptionsConverter

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

Constructors

<init>

SQLOptionsConverter()

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

Functions

fromJson

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

toJson

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