public static class PathPattern.PathMatchInfo extends Object
Modifier and Type | Method and Description |
---|---|
Map<String,MultiValueMap<String,String>> |
getMatrixVariables()
Return maps of matrix variables per path segment, keyed off by URI
variable name.
|
Map<String,String> |
getUriVariables()
Return the extracted URI variables.
|
String |
toString() |
public Map<String,MultiValueMap<String,String>> getMatrixVariables()