-
-
Notifications
You must be signed in to change notification settings - Fork 211
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Add support for deep cloning nested object with option to automatically reset ex. int id to 0 for all nested nodes, including parent node.
The reason for this feature is obvious, when your working on jumbo objects, it's a pain writing all the deep cloning code for the complex objects. Alternatively one could make generic code using reflections, but would be nice to have this feature baked in Mapperly.
Maybe activate this feature by using an attribute [] over the mapping profile method.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request