java.lang.Object
io.quarkus.micrometer.runtime.export.handlers.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 Details

    • JsonHandler

      public JsonHandler()
  • Method Details

    • handle

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