Class UriTemplateMatcher
java.lang.Object
com.predic8.membrane.core.openapi.util.UriTemplateMatcher
-
Field Details
-
PARAM_NAME_REGEX
- See Also:
-
URI_PARAM_MATCH
- See Also:
-
-
Constructor Details
-
UriTemplateMatcher
public UriTemplateMatcher()
-
-
Method Details
-
match
Problem: - How to handle parameter names containing _, -, ...- Returns:
- Map of Parameters. If the path does not match PathDoesNotMatchException is thrown.
- Throws:
PathDoesNotMatchException
-