Closed
Description
Currently custom map and list converters are not possible if the target format is not a java.util.List
or java.util.Map
. In order to allow custom converters that can handle complex map types of custom maps and lists live vavr maps or lists, it should be posiible to execute these converters in a different order.
See #3912 for more details.