We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
source
target
This could be easily done by skipping $sourcePropertyName attribute value and use the source object.
$sourcePropertyName
To implement that this issue has been created.
The text was updated successfully, but these errors were encountered:
Can you please explain this in more detail? How do the objects look like?
Sorry, something went wrong.
'$this'
Successfully merging a pull request may close this issue.
We have the situation that not a certain property of the
source
object should be populated into atarget
property but thesource
object itself.This could be easily done by skipping
$sourcePropertyName
attribute value and use thesource
object.To implement that this issue has been created.
The text was updated successfully, but these errors were encountered: