Skip to content

Commit 4838c52

Browse files
committed
Merge branch 'master' into 1.0.x
Conflicts: docs/modules/ROOT/pages/index.adoc
2 parents 32e486c + 9e996d6 commit 4838c52

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/modules/ROOT/pages/index.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,10 @@ mappings can be defined globally or for a specific response or parameter or even
5050
endpoint. See xref:mapping/index.adoc[type mapping].
5151

5252
- Annotation based WebFlux support. Actually there is *no* explicit WebFlux support, but the mapping
53-
allows defining a *single* wrapper classes that wrap non-array result types (e.g. `Mono<>`).
54-
Together with the standard `array` mapping (e.g. `Flux<>`) there is WebFlux support. +
53+
allows defining a *single*, and a *multi* wrapper class. *single* wraps non-array like result types
54+
(e.g. `Mono<>`). *multi* replaces array like result types or parameters with the given multi mapping.
55+
For example, it will replace `List<String>` with `Flux<String>` if the multi mapping contains the
56+
fully qualified `Flux` type. +
5557
[.badge .badge-since]+since 1.0.0.M13+
5658

5759
- generates human readable code.

0 commit comments

Comments
 (0)