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