Document @RequestAttribute
See gh-32231
This commit is contained in:
committed by
Stéphane Nicoll
parent
9ee7c6383f
commit
89e34ae5ff
@@ -1001,6 +1001,11 @@ method parameters:
|
|||||||
`MultiValueMap<String, ?>` with multiple cookies, a `Collection<?>` of values, or an
|
`MultiValueMap<String, ?>` with multiple cookies, a `Collection<?>` of values, or an
|
||||||
individual value. Type conversion is supported for non-String values.
|
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`.
|
||||||
|
|
||||||
|===
|
|===
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user