vertx / io.vertx.core.net / ProxyOptionsConverter

ProxyOptionsConverter

open class ProxyOptionsConverter

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

Constructors

<init>

ProxyOptionsConverter()

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

Functions

fromJson

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

toJson

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