Added Classes and Interfaces |
HandlerMappingIntrospector
|
Helper class to get information from the {@code HandlerMapping} that would
serve a specific request. |
MatchableHandlerMapping
|
Additional interface that a HandlerMapping can implement to expose
a request matching API aligned with its internal request matching
configuration and implementation. |
RequestMatchResult
|
Container for the result from request pattern matching via
MatchableHandlerMapping with a method to further extract
URI template variables from the pattern. |