-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] Map several source field to single destination object #68
Comments
Hi @petromir, |
@avurro Could you please provide an example? |
Hi @petromir, |
Hi @avurro, |
I ran across a similar situation where I wanted to map two fields I'd like to do something like:
Would that head into the same direction? |
Hi,
I read about similar case here https://github.com/jmapper-framework/jmapper-core/wiki/Flatten-And-Encapsulate, but I couldn't match it to my case. So here it is:
What annotation should be placed in the
Dto
in order to have a list ofNestedEntity
objects, which have same data located indata
andtext
fields and differentid
taken from each item inids
The text was updated successfully, but these errors were encountered: