You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The RouterFunctionAnalysis does not handle nesting of router functions, also the integration test App27 only 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 NamedHeaderPredicate in this library. Investigate this option closer.
Improve support for Content-Type and Accept header based content negotiation as we do for WebMVC handler methods
Improve finding the response code of a router function, see RouterFunctionHandlerMethodMapper.ResponseMapper
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 methodsImprove finding the response code of a router function, see
RouterFunctionHandlerMethodMapper.ResponseMapper