vertx / io.vertx.ext.consul / PreparedQueryExecuteResponseConverter

PreparedQueryExecuteResponseConverter

open class PreparedQueryExecuteResponseConverter

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

Constructors

<init>

PreparedQueryExecuteResponseConverter()

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

Functions

fromJson

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

toJson

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