Uses of Enum Class
io.quarkus.vertx.http.deployment.RouteBuildItem.RouteType
Packages that use RouteBuildItem.RouteType
-
Uses of RouteBuildItem.RouteType in io.quarkus.vertx.http.deployment
Methods in io.quarkus.vertx.http.deployment that return RouteBuildItem.RouteTypeModifier and TypeMethodDescriptionRouteBuildItem.getRouterType()RouteBuildItem.getRouteType()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 with parameters of type RouteBuildItem.RouteTypeModifierConstructorDescription(package private)RouteBuildItem(RouteBuildItem.Builder builder, RouteBuildItem.RouteType routeType, RouteBuildItem.RouteType routerType, boolean management)