vertx / io.vertx.ext.unit.report / ReportOptionsConverter

ReportOptionsConverter

open class ReportOptionsConverter

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

Constructors

<init>

ReportOptionsConverter()

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

Functions

fromJson

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

toJson

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