You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interestingly I get the result CustomObj2 object with all properties filled with null. I debuged into the code and observed a bug, I will fix soon and provide a pull request. In this special case, a new instance of the target b-hint will be created and mapped, but the mapped object reference get lost in the code.
The text was updated successfully, but these errors were encountered:
maybeec
added a commit
to maybeec/dozer
that referenced
this issue
Jul 28, 2014
I have configured the following Custom Mapping to map
Map<Long, CustomObj1> to Map<Long, CustomObj2>
as property of a custom object:
Interestingly I get the result CustomObj2 object with all properties filled with null. I debuged into the code and observed a bug, I will fix soon and provide a pull request. In this special case, a new instance of the target b-hint will be created and mapped, but the mapped object reference get lost in the code.
The text was updated successfully, but these errors were encountered: