Package io.vertx.up.uca.marshal
Class HttpServerStrada
- java.lang.Object
-
- io.vertx.up.uca.marshal.HttpServerStrada
-
- All Implemented Interfaces:
JTransformer<io.vertx.core.http.HttpServerOptions>,Transformer<io.vertx.core.json.JsonObject,io.vertx.core.http.HttpServerOptions>
public class HttpServerStrada extends Object implements JTransformer<io.vertx.core.http.HttpServerOptions>
-
-
Constructor Summary
Constructors Constructor Description HttpServerStrada()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.core.http.HttpServerOptionstransform(io.vertx.core.json.JsonObject input)
-
-
-
Method Detail
-
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>
-
-