Class PathPattern.PathMatchInfo

java.lang.Object
org.springframework.web.util.pattern.PathPattern.PathMatchInfo
Enclosing class:
PathPattern

public static class PathPattern.PathMatchInfo extends Object
Holder for URI variables and path parameters (matrix variables) extracted based on the pattern for a given matched path.
  • Method Details

    • getUriVariables

      public Map<String,String> getUriVariables()
      Return the extracted URI variables.
    • getMatrixVariables

      public Map<String,MultiValueMap<String,String>> getMatrixVariables()
      Return maps of matrix variables per path segment, keyed off by URI variable name.
    • toString

      public String toString()
      Overrides:
      toString in class Object