-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Support for Builder like "record-builder" #3937
Copy link
Copy link
Open
Description
Use case
When I am using records with @RecordBuilder (https://github.com/Randgalt/record-builder), then I receive warnings in my mapstruct mapper like:
Unmapped target properties: "with, withId, withName, withLogin, withEmail, withPassword, withRole, withCreatedAt, withRegistered, withEnabled".
It would be nice to have support for wildcards in mapping targets like:
@Mapping(target = "with*", ignore = true)
BR
Marc
Generated Code
No response
Possible workarounds
No response
MapStruct Version
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels