Skip to content

Commit 728d5ee

Browse files
committed
Polish "Document @RequestAttribute"
See gh-32231
1 parent 89e34ae commit 728d5ee

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Diff for: framework-docs/modules/ROOT/pages/integration/rest-clients.adoc

+3-5
Original file line numberDiff line numberDiff line change
@@ -973,6 +973,9 @@ method parameters:
973973
`Map<String, ?>` with multiple variables, or an individual value. Type conversion
974974
is supported for non-String values.
975975

976+
| `@RequestAttribute`
977+
| Provide an `Object` to add as a request attribute. Only supported by `WebClient`.
978+
976979
| `@RequestBody`
977980
| Provide the body of the request either as an Object to be serialized, or a
978981
Reactive Streams `Publisher` such as `Mono`, `Flux`, or any other async type supported
@@ -1001,11 +1004,6 @@ method parameters:
10011004
`MultiValueMap<String, ?>` with multiple cookies, a `Collection<?>` of values, or an
10021005
individual value. Type conversion is supported for non-String values.
10031006

1004-
| `@RequestAttribute`
1005-
| Provide an `Object` to add as a request attribute. Available only when a client
1006-
that supports request attributes is used under the hood. At this point
1007-
only supported for `WebClient`.
1008-
10091007
|===
10101008

10111009

0 commit comments

Comments
 (0)