Is your feature request related to one or multiple existing converters?
Spring(Webflux?)Converter
Describe the solution you'd like
I'd like to see Spring Webflux among the supported converters. Webflux is based on the Spring Reactive concept, which is merely used for non-blocking implementations of RESTful services.
For a user it should be as easy to test his API against an openAPI spec for Spring Webflux as it is for Spring MVC.
Additional context
See here for Spring Reactive: https://spring.io/reactive
Personal Comment
I'd like to try to implement this feature myself, so I would be glad for any advice given 👍
Is your feature request related to one or multiple existing converters?
Spring(Webflux?)Converter
Describe the solution you'd like
I'd like to see Spring Webflux among the supported converters. Webflux is based on the Spring Reactive concept, which is merely used for non-blocking implementations of RESTful services.
For a user it should be as easy to test his API against an openAPI spec for Spring Webflux as it is for Spring MVC.
Additional context
See here for Spring Reactive: https://spring.io/reactive
Personal Comment
I'd like to try to implement this feature myself, so I would be glad for any advice given 👍