Uses of Enum Class
io.quarkus.vertx.http.deployment.spi.RouteBuildItem.RouteType
-
Uses of RouteBuildItem.RouteType in io.quarkus.vertx.http.deployment.spi
Methods in io.quarkus.vertx.http.deployment.spi that return RouteBuildItem.RouteTypeModifier and TypeMethodDescriptionRouteBuildItem.getTypeOfRoute()static RouteBuildItem.RouteTypeReturns the enum constant of this class with the specified name.static RouteBuildItem.RouteType[]RouteBuildItem.RouteType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.quarkus.vertx.http.deployment.spi with parameters of type RouteBuildItem.RouteTypeModifierConstructorDescriptionRouteBuildItem(RouteBuildItem.RouteType typeOfRoute, String path, Consumer<io.vertx.ext.web.Route> customizer, boolean isManagement, io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> handler, boolean displayOnNotFoundPage, String notFoundPageTitle, String routeConfigKey, OptionalInt order)