File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,10 @@ mappings can be defined globally or for a specific response or parameter or even
50
50
endpoint. See xref:mapping/index.adoc[type mapping].
51
51
52
52
- 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. +
55
57
[.badge .badge-since]+since 1.0.0.M13+
56
58
57
59
- generates human readable code.
You can’t perform that action at this time.
0 commit comments