Package io.vertx.up.uca.marshal
Class VertxSetUp
java.lang.Object
io.vertx.up.uca.marshal.VertxSetUp
- All Implemented Interfaces:
JTransformer<io.vertx.core.VertxOptions>,Transformer<io.vertx.core.json.JsonObject,io.vertx.core.VertxOptions>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.core.VertxOptionstransform(io.vertx.core.json.JsonObject input)
-
Constructor Details
-
VertxSetUp
public VertxSetUp()
-
-
Method Details
-
transform
public io.vertx.core.VertxOptions transform(io.vertx.core.json.JsonObject input) - Specified by:
transformin interfaceTransformer<io.vertx.core.json.JsonObject,io.vertx.core.VertxOptions>
-