vertx / io.vertx.core.file / OpenOptionsConverter

OpenOptionsConverter

open class OpenOptionsConverter

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

Constructors

<init>

OpenOptionsConverter()

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

Functions

fromJson

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

toJson

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