Uses of Class
com.remondis.remap.ReplaceCollectionBuilder
-
-
Uses of ReplaceCollectionBuilder in com.remondis.remap
Methods in com.remondis.remap that return ReplaceCollectionBuilder Modifier and Type Method Description <RD,RS>
ReplaceCollectionBuilder<S,D,RD,RS>MappingConfiguration. replaceCollection(TypedSelector<Collection<RS>,S> sourceSelector, TypedSelector<Collection<RD>,D> destinationSelector)Maps a property holding a collection from the source to the specified property holding a collection of the destination object.
-