vertx / io.vertx.ext.web.client / WebClientOptionsConverter

WebClientOptionsConverter

open class WebClientOptionsConverter

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

Constructors

<init>

WebClientOptionsConverter()

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

Functions

fromJson

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

toJson

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