mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-24 15:49:26 +00:00
MatchableHandlerMapping is backwards compatible
This commit is contained in:
+3
-1
@@ -42,7 +42,9 @@ public interface MatchableHandlerMapping extends HandlerMapping {
|
||||
* @since 5.3
|
||||
*/
|
||||
@Nullable
|
||||
PathPatternParser getPatternParser();
|
||||
default PathPatternParser getPatternParser() {
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
* Determine whether the request matches the given pattern. Use this method
|
||||
|
||||
Reference in New Issue
Block a user