Document @RequestAttribute

See gh-32231
This commit is contained in:
Olga MaciaszekSharma 2024-02-09 14:23:59 +01:00 committed by Stéphane Nicoll
parent 9ee7c6383f
commit 89e34ae5ff
1 changed files with 5 additions and 0 deletions

View File

@ -1001,6 +1001,11 @@ method parameters:
`MultiValueMap<String, ?>` with multiple cookies, a `Collection<?>` of values, or an
individual value. Type conversion is supported for non-String values.
| `@RequestAttribute`
| Provide an `Object` to add as a request attribute. Available only when a client
that supports request attributes is used under the hood. At this point
only supported for `WebClient`.
|===