vertx / io.vertx.ext.consul / CoordinateConverter

CoordinateConverter

open class CoordinateConverter

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

Constructors

<init>

CoordinateConverter()

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

Functions

fromJson

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

toJson

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