You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.