vertx / io.vertx.ext.consul / SessionConverter

SessionConverter

open class SessionConverter

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

Constructors

<init>

SessionConverter()

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

Functions

fromJson

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

toJson

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