Uses of Class
io.quarkus.vertx.http.deployment.RouteBuildItem.RouteType
-
Packages that use RouteBuildItem.RouteType Package Description io.quarkus.vertx.http.deployment -
-
Uses of RouteBuildItem.RouteType in io.quarkus.vertx.http.deployment
Methods in io.quarkus.vertx.http.deployment that return RouteBuildItem.RouteType Modifier and Type Method Description RouteBuildItem.RouteTypeRouteBuildItem. getRouterType()RouteBuildItem.RouteTypeRouteBuildItem. getRouteType()static RouteBuildItem.RouteTypeRouteBuildItem.RouteType. valueOf(String name)Returns the enum constant of this type with the specified name.static RouteBuildItem.RouteType[]RouteBuildItem.RouteType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.quarkus.vertx.http.deployment with parameters of type RouteBuildItem.RouteType Constructor Description RouteBuildItem(RouteBuildItem.Builder builder, RouteBuildItem.RouteType routeType, RouteBuildItem.RouteType routerType)
-