vertx / io.vertx.ext.shell / ShellServiceOptionsConverter

ShellServiceOptionsConverter

open class ShellServiceOptionsConverter

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

Constructors

<init>

ShellServiceOptionsConverter()

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

Functions

fromJson

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

toJson

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