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
{{ message }}
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.
Bean mappers like dozer are capable of mapping an object to another existing object.
Currently, this API is hidden behind the BeanMapper interface provided by oasp. That's a pitty, as especially for large objects processed by an import from an external data source, it might be nice to map new data against old data and maybe just restore some minor fields to not be updated.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bean mappers like dozer are capable of mapping an object to another existing object.
Currently, this API is hidden behind the BeanMapper interface provided by oasp. That's a pitty, as especially for large objects processed by an import from an external data source, it might be nice to map new data against old data and maybe just restore some minor fields to not be updated.
The text was updated successfully, but these errors were encountered: