Skip to content

convert Flux<String> to Mono<List<String>> #1

@hauner

Description

@hauner

webflux serialization has a problem to convert a List<String> to Flux<String>. Spring deserializes the list to a single string.

the processor could automatically detect multi wrapper with String type and generate Mono<List<String>> instead of Flux<String>.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions