Generated by
JDiff

Package org.springframework.web.util.pattern

Removed Classes
ParsingPathMatcher PathMatcher implementation for path patterns parsed as PathPatternParser and compiled as PathPatterns.
PathPattern.PathMatchResult Represents the result of a successful path match.
 

Added Classes
PathPattern.PathMatchInfo Holder for URI variables and path parameters (matrix variables) extracted based on the pattern for a given matched path.
 

Changed Classes
PathPattern Representation of a parsed path pattern.
PathPattern.PathRemainingMatchInfo Holder for the result of a match on the start of a pattern.
PathPatternParser Parser for URI path patterns producing PathPattern instances that can then be matched to requests.