vertx / io.vertx.ext.shell / ShellServerOptionsConverter

ShellServerOptionsConverter

open class ShellServerOptionsConverter

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

Constructors

<init>

ShellServerOptionsConverter()

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

Functions

fromJson

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

toJson

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