vertx / io.vertx.core / DeploymentOptionsConverter

DeploymentOptionsConverter

open class DeploymentOptionsConverter

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

Constructors

<init>

DeploymentOptionsConverter()

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

Functions

fromJson

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

toJson

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