Replies: 1 comment 4 replies
-
Seems related to #98, would this cover your use cases or do you also need support for non-reference type default values? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello great devs !
I was using automapper and I'm switching to mapperly as automapper is not correctly supported on iOS devices (runtime code generation fails for slightly "advanced" mappers).
So when using this kind of mapping:
Is there a way to instruct the mapper that it should NOT set the target property if its value has not changed ?
With that feature, the set method would not be called and would not trigger a dirty state in the target object (ie: no automatic db update triggered by Realm's live objects feature).
Beta Was this translation helpful? Give feedback.
All reactions