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