Skip to content

Generic to raw type mapping and vice versa #686

@ishan3243

Description

@ishan3243

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!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions