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
Currently, both MVC's ModelAttributeMethodProcessor and WebFlux's ModelAttributeMethodArgumentResolver share similar (though not identical) code for instantiating beans from request parameters:
We should try to refactor this code into something usable from both MVC and WebFlux, and which can also be used from WebMvc.fn and WebFlux.fn in the future.