Class UrlPatternMatcher
java.lang.Object
io.quarkiverse.openapi.generator.providers.UrlPatternMatcher
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UrlPatternMatcher
-
-
Method Details
-
matches
Test the given URL against the underlying pattern to determine if it matches, returning a boolean to reflect the outcome.- Parameters:
url- an URL string with or without query string.- Returns:
- true if the given URL matches the underlying pattern. Otherwise false.
-
toString
-