vertx / io.vertx.ext.web.api.contract / RouterFactoryOptionsConverter

RouterFactoryOptionsConverter

open class RouterFactoryOptionsConverter

Converter for io.vertx.ext.web.api.contract.RouterFactoryOptions. NOTE: This class has been automatically generated from the io.vertx.ext.web.api.contract.RouterFactoryOptions original class using Vert.x codegen.

Constructors

<init>

RouterFactoryOptionsConverter()

Converter for io.vertx.ext.web.api.contract.RouterFactoryOptions. NOTE: This class has been automatically generated from the io.vertx.ext.web.api.contract.RouterFactoryOptions original class using Vert.x codegen.

Functions

fromJson

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

toJson

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