Is your feature request related to a problem? Please describe.
Follow up to previous discussion.
The parameter-names
module functionality from Jackson 2 is integrated by default in Jackson 3.
But there is no way to revert back to previous behavior.
Describe the solution you'd like
What we need...
- Introduce new
MapperFeature
to disable the func - Add to Jackson2Defaults()
Usage example
No response
Additional context
No response
Comment From: cowtowncoder
Implementation merged in for 3.0.0-rc10.