Uses of Class
io.quarkus.vertx.web.Route.HandlerType
-
Packages that use Route.HandlerType Package Description io.quarkus.vertx.web -
-
Uses of Route.HandlerType in io.quarkus.vertx.web
Methods in io.quarkus.vertx.web that return Route.HandlerType Modifier and Type Method Description static Route.HandlerTypeRoute.HandlerType. from(String value)Route.HandlerTypetype()static Route.HandlerTypeRoute.HandlerType. valueOf(String name)Returns the enum constant of this type with the specified name.static Route.HandlerType[]Route.HandlerType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-