vertx / io.vertx.ext.stomp / StompServerOptionsConverter

StompServerOptionsConverter

open class StompServerOptionsConverter

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

Constructors

<init>

StompServerOptionsConverter()

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

Functions

fromJson

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

toJson

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