Class JsonHandler

  • All Implemented Interfaces:
    io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>

    public class JsonHandler
    extends Object
    implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
    • Constructor Detail

      • JsonHandler

        public JsonHandler()
    • Method Detail

      • handle

        public void handle​(io.vertx.ext.web.RoutingContext routingContext)
        Specified by:
        handle in interface io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>