Generated by
JDiff

Class org.springframework.web.util.pattern.PathPattern

Removed Methods
PathRemainingMatchInfo getPathRemaining(PathContainer) For a given path return the remaining piece that is not covered by this PathPattern.
boolean matchStart(PathContainer) @param pathContainer the path to check against the pattern
 

Added Methods
PathRemainingMatchInfo matchStartOfPath(PathContainer) Match the beginning of the given path and return the remaining portion not covered by this pattern.
 

Changed Methods
PathContainer extractPathWithinPattern(PathContainer) Change in return type from org.springframework.http.server.reactive.PathContainer to org.springframework.http.server.PathContainer.
Change in signature from org.springframework.http.server.reactive.PathContainer to org.springframework.http.server.PathContainer.
Determine the pattern-mapped part for the given path.
PathMatchInfo matchAndExtract(PathContainer) Change in return type from PathMatchResult to PathMatchInfo.
Change in signature from org.springframework.http.server.reactive.PathContainer to org.springframework.http.server.PathContainer.
Match this pattern to the given URI path and return extracted URI template variables as well as path parameters (matrix variables).
boolean matches(PathContainer) Change in signature from org.springframework.http.server.reactive.PathContainer to org.springframework.http.server.PathContainer.
Whether this pattern matches the given path.
 

Added Fields
Comparator<PathPattern> SPECIFICITY_COMPARATOR Comparator that sorts patterns by specificity as follows:
  1. Null instances are last.