mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-23 06:29:10 +00:00
If a payload is present but conversion returns null (meaning no converter knows how to convert), raise a MessageConversionException that provides information about the type we were trying to convert to and the message itself whose headers (namely content-type) contain crucial information required to debug the problem. Issue: SPR-11577