Support customizing the bind parameter name for constructor binding #30947
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Use cases for customizing the name of the request parameter to bind to a field are described in #18012 and related issues. Now that
DataBinder
supports constructor binding, including nested object structures (see #26721), it's reasonably straight forward to allow customizing the request parameter name through a constructor parameter annotation, and it provides a way to support such use cases.The text was updated successfully, but these errors were encountered: