vertx / io.vertx.amqpbridge / AmqpBridgeOptionsConverter

AmqpBridgeOptionsConverter

open class AmqpBridgeOptionsConverter

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

Constructors

<init>

AmqpBridgeOptionsConverter()

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

Functions

fromJson

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

toJson

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