MatchableHandlerMapping is backwards compatible
This commit is contained in:
@@ -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