-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Generic to raw type mapping and vice versa #686
Copy link
Copy link
Open
Labels
Milestone
Description
Hi,
I have a use-case where my destination class uses some generics in its fields but my source class uses raw-types (its legacy java code b4 introduction of generics).
For e.g. My destination class has a field 'Map<String, Item> itemMap' but my source class has a corresponding field 'Map itemMap'.
Can you provide support in Map-struct for handling such cases?
Thanks!
Reactions are currently unavailable