@MatrixVariable resolvers for WebFlux
The information was already parsed and available in a request attribute but until now there were no argument resolvers to expose it. Issue: SPR-16005
This commit is contained in:
@@ -924,6 +924,10 @@ Java 8+: `java.time.ZoneId`
|
||||
|For access to URI template variables.
|
||||
// TODO: See <<webflux-ann-requestmapping-uri-templates>>.
|
||||
|
||||
|`@MatrixVariable`
|
||||
|For access to name-value pairs in URI path segments.
|
||||
// TODO: See <<webflux-ann-matrix-variables>>.
|
||||
|
||||
|`@RequestParam`
|
||||
|For access to Servlet request parameters. Parameter values are converted to the declared
|
||||
method argument type.
|
||||
|
||||
Reference in New Issue
Block a user