Uses of Class
com.remondis.remap.ReplaceBuilder
-
-
Uses of ReplaceBuilder in com.remondis.remap
Methods in com.remondis.remap that return ReplaceBuilder Modifier and Type Method Description <RD,RS>
ReplaceBuilder<S,D,RD,RS>MappingConfiguration. replace(TypedSelector<RS,S> sourceSelector, TypedSelector<RD,D> destinationSelector)Maps a property from the source to the specified property of the destination object with transforming the source value using the specified transform lambda.
-