-
Classes Class Description com.remondis.remap.BidirectionalMapper The intent of this class was to shorten the access to bidirectional mappings. Actually this class introduces overhead for creation and the access to the different mapping directions is confusing in most cases.
-
Methods Method Description com.remondis.remap.Mapper.map(S, D) This method is deprecated, because the map-into feature of ReMap is not correctly implemented and will be removed in future release. The complexity of mapping collections in a object tree is beyond of what ReMap is currently able to deliver. For example: The problem with mapping sets into lists is that the result becomes unstable as soon as both collections do not contain the same number of elements. Furthermore, not every element of one collection can be uniquely assigned to an element of the other collection without having to make serious API changes.com.remondis.remap.MappingConfiguration.writeNullIfSourceIsNull() This method is deprecated, because the map-into feature of ReMap is not correctly implemented and will be removed in future release.