oasp / oasp4j

The Open Application Standard Platform for Java
Apache License 2.0
60 stars 303 forks source link

provide map object -> object interface for BeanMapper #696

Open maybeec opened 5 years ago

maybeec commented 5 years ago

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.