Class OpenApiNotFoundHandler

java.lang.Object
io.quarkus.smallrye.openapi.runtime.OpenApiNotFoundHandler
All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>

public class OpenApiNotFoundHandler extends Object implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
Handling not found when disabled
  • Constructor Details

    • OpenApiNotFoundHandler

      public OpenApiNotFoundHandler()
  • Method Details

    • handle

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