vertx / io.vertx.core.http / HttpServerOptionsConverter

HttpServerOptionsConverter

open class HttpServerOptionsConverter

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

Constructors

<init>

HttpServerOptionsConverter()

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

Functions

fromJson

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

toJson

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