vertx / io.vertx.ext.bridge / BridgeOptionsConverter

BridgeOptionsConverter

open class BridgeOptionsConverter

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

Constructors

<init>

BridgeOptionsConverter()

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

Functions

fromJson

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

toJson

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