teamneusta/converter-bundle

Allow converting object itself by ConvertingPopulator

mike4git opened this issue · 1 comments

We have the situation that not a certain property of the source object should be populated into a target property but the source object itself.

This could be easily done by skipping $sourcePropertyName attribute value and use the source object.

To implement that this issue has been created.

Can you please explain this in more detail? How do the objects look like?