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 Details

    • HttpServerSetUp

      public HttpServerSetUp()
  • Method Details

    • transform

      public io.vertx.core.http.HttpServerOptions transform(io.vertx.core.json.JsonObject input)
      Specified by:
      transform in interface Transformer<io.vertx.core.json.JsonObject,io.vertx.core.http.HttpServerOptions>