Uses of Class
com.remondis.remap.PropertyPathAndApplyCollectionBuilder
-
-
Uses of PropertyPathAndApplyCollectionBuilder in com.remondis.remap
Methods in com.remondis.remap that return PropertyPathAndApplyCollectionBuilder Modifier and Type Method Description <X,E extends Exception>
PropertyPathAndApplyCollectionBuilder<S,D,RD,X,RS,E>ReplaceCollectionBuilder. withPropertyPathAnd(com.remondis.propertypath.api.PropertyPath<X,RS,E> propertyPath)Works exactly likeReplaceCollectionBuilder.withPropertyPath(PropertyPath)but accepts a transformation function, that is to be specified on the returned builder.
-