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. |