Dave Syer opened SPR-9499 and commented
It seems that MapToMapConverter cannot distinguish MultiValueMap in target, so it, or one of its converter helpers, will use add() and pass in a List to a map value (which is a List itself) instead of using addAll() (or the equivalent).
Affects: 3.1.1
Issue Links:
Dave Syer opened SPR-9499 and commented
It seems that MapToMapConverter cannot distinguish MultiValueMap in target, so it, or one of its converter helpers, will use add() and pass in a List to a map value (which is a List itself) instead of using addAll() (or the equivalent).
Affects: 3.1.1
Issue Links:
@Valuemethod argument fails with TypeMismatchException