Uses of Class
io.quarkus.vertx.http.runtime.security.PathMatcher
Packages that use PathMatcher
-
Uses of PathMatcher in io.quarkus.vertx.http.runtime.security
Methods in io.quarkus.vertx.http.runtime.security that return PathMatcherModifier and TypeMethodDescriptionPathMatcher.addExactPath(String path, T handler) Deprecated.PathMatcher.addPrefixPath(String path, T handler) Deprecated.Adds a path prefix and a handler for that path.PathMatcher.clearPaths()Deprecated.PathMatcher.removeExactPath(String path) Deprecated.PathMatcher.removePath(String path) Deprecated.PathMatcher.removePrefixPath(String path) Deprecated.