vertx / io.vertx.core.cli / ArgumentConverter

ArgumentConverter

open class ArgumentConverter

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

Constructors

<init>

ArgumentConverter()

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

Functions

fromJson

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

toJson

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