vertx / io.vertx.core.file / CopyOptionsConverter

CopyOptionsConverter

open class CopyOptionsConverter

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

Constructors

<init>

CopyOptionsConverter()

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

Functions

fromJson

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

toJson

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