Closed renoshtj closed 5 years ago
Hey @renoshtj! It would be great if you can post the question on Stackoverflow using the mapstruct
tag, in our Gitter room or Google group.
In case the described behaviour is not possible and you think it's worth adding it you can raise a new issue in our mapstruct repository with all required information.
Besides that a short example would be great (pseudocode should be enough).
I have a list of Address object with ID,Street name,City, PostalCode and list of Contact object with ID, Street,City and Phone Can i copy Street name and City alone from List to List based on ID matching ?
Address Object already has ID and Postalcode.