Uses of Class
io.quarkus.vertx.http.deployment.devmode.NotFoundPageDisplayableEndpointBuildItem
-
Packages that use NotFoundPageDisplayableEndpointBuildItem Package Description io.quarkus.vertx.http.deployment -
-
Uses of NotFoundPageDisplayableEndpointBuildItem in io.quarkus.vertx.http.deployment
Methods in io.quarkus.vertx.http.deployment that return NotFoundPageDisplayableEndpointBuildItem Modifier and Type Method Description protected NotFoundPageDisplayableEndpointBuildItemHttpRootPathBuildItem.Builder. getNotFoundEndpoint()protected NotFoundPageDisplayableEndpointBuildItemNonApplicationRootPathBuildItem.Builder. getNotFoundEndpoint()protected NotFoundPageDisplayableEndpointBuildItemRouteBuildItem.Builder. getNotFoundEndpoint()NotFoundPageDisplayableEndpointBuildItemRouteBuildItem. getNotFoundPageDisplayableEndpoint()Method parameters in io.quarkus.vertx.http.deployment with type arguments of type NotFoundPageDisplayableEndpointBuildItem Modifier and Type Method Description (package private) voidVertxHttpProcessor. notFoundRoutes(List<RouteBuildItem> routes, io.quarkus.deployment.annotations.BuildProducer<NotFoundPageDisplayableEndpointBuildItem> notFound)
-