Uses of Class
io.quarkus.vertx.http.runtime.devmode.RouteDescription
Packages that use RouteDescription
-
Uses of RouteDescription in io.quarkus.vertx.http.runtime.devmode
Fields in io.quarkus.vertx.http.runtime.devmode with type parameters of type RouteDescriptionModifier and TypeFieldDescriptionstatic List<RouteDescription>ResourceNotFoundHandler.runtimeRoutesMethod parameters in io.quarkus.vertx.http.runtime.devmode with type arguments of type RouteDescriptionModifier and TypeMethodDescriptionio.vertx.core.Handler<io.vertx.ext.web.RoutingContext>ResourceNotFoundRecorder.registerNotFoundHandler(RuntimeValue<io.vertx.ext.web.Router> httpRouter, RuntimeValue<io.vertx.ext.web.Router> mainRouter, RuntimeValue<io.vertx.ext.web.Router> managementRouter, String baseUrl, String httpRoot, List<RouteDescription> endpointRoutes, Set<String> staticRoots, List<AdditionalRouteDescription> additionalEndpoints) Constructor parameters in io.quarkus.vertx.http.runtime.devmode with type arguments of type RouteDescriptionModifierConstructorDescriptionResourceNotFoundHandler(String baseUrl, String httpRoot, List<RouteDescription> routes, Set<String> staticResourceRoots, List<AdditionalRouteDescription> additionalEndpoints)