- java.lang.Object
-
- com.remondis.remap.ReassignAssertBuilder<S,D,RS>
-
- Type Parameters:
S- The source objectD- The destination objectRS- The type of the selected field.
public class ReassignAssertBuilder<S,D,RS> extends Object
This class is used to build an assertion about a reassign operation.- Author:
- schuettec
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssertConfiguration<S,D>to(FieldSelector<D> destinationSelector)Reassigns a source field to the specified destination field.
-
-
-
Method Detail
-
to
public AssertConfiguration<S,D> to(FieldSelector<D> destinationSelector)
Reassigns a source field to the specified destination field.- Parameters:
destinationSelector-TypedSelectorto select the destination field.- Returns:
- Returns the
MappingConfigurationfor further mapping configuration.
-
-