Support for appending to an existing target object #150
TallBaldGeek
started this conversation in
Ideas
Replies: 1 comment
-
Hello! Thank you very much for sharing your idea. The proposal is very interesting and it seems to me that such functionality would be useful, but it will take a lot of time to implement it, and I only have enough time to fix bugs. I will create a task with your proposal and put it in the backlog, but unfortunately I can’t give at least some time frame when I can do it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was testing out NextGenMapper to see if it could replace some reflection-based mapping that we're currently doing in our application. It looks like a promising fit, but we have many use cases where we need to map several source objects to a single target object.
For example, if the target comprised of data from multiple sources as follows:
It would be helpful to be able to build a complete CustomerDto by combining data from several sources:
This feature would be similar to Mapperly's support for using an existing target object.
Beta Was this translation helpful? Give feedback.
All reactions