Closed
Description
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.
Metadata
Metadata
Assignees
Labels
Type
Projects
Relationships
Development
No branches or pull requests
Activity
Allow BindParam on a field
Support BindParam annotation