openapi-generator-for-spring
openapi-generator-for-spring copied to clipboard
Improve support for WebFlux RouterFunction
Open points:
-
The
RouterFunctionAnalysisdoes not handle nesting of router functions, also the integration testApp27only tests very simple router function definitions. -
The competition library springdoc-open-api has the idea of providing some helper predicates to support router functions better. A first attempt has been
NamedHeaderPredicatein this library. Investigate this option closer. -
Improve support for
Content-TypeandAcceptheader based content negotiation as we do for WebMVC handler methods -
Improve finding the response code of a router function, see
RouterFunctionHandlerMethodMapper.ResponseMapper