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