mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
416966d943
The MessageMethodArgumentResolver now also supports applying a MessageConverter to the payload. This is effectively a shortcut for declaring a method with an @Payload argument + MessageHeaders and then creating a new message from the two. Issue: SPR-13288