Class PathPattern.PathMatchInfo
java.lang.Object
org.springframework.web.util.pattern.PathPattern.PathMatchInfo
- Enclosing class:
PathPattern
Holder for URI variables and path parameters (matrix variables) extracted
based on the pattern for a given matched path.
- Since:
- 5.0
- Author:
- Andy Clement, Rossen Stoyanchev
-
Method Summary
Modifier and TypeMethodDescriptionReturn maps of matrix variables per path segment, keyed off by URI variable name.Return the extracted URI variables.toString()
-
Method Details
-
getUriVariables
-
getMatrixVariables
Return maps of matrix variables per path segment, keyed off by URI variable name. -
toString
-