vertx / io.vertx.ext.unit / TestOptionsConverter

TestOptionsConverter

open class TestOptionsConverter

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

Constructors

<init>

TestOptionsConverter()

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

Functions

fromJson

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

toJson

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