-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement
Milestone
Description
In Spring Framework 6.1 we added a number of improvements to data binding via constructor args such as DataBinder
support for constructor binding (#26721) including nested constructors (#20806), customizing request parameter names for constructor binding (#30947), and declarative binding mode (#30948).
This makes constructor data binding a safer alternative to setter binding because it's selective about what we bind from, but to make it more complete, it needs to support collection and map arguments.
sbrannenanthsup and LeMikaelF
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement