- java.lang.Object
-
- com.remondis.remap.ReassignBuilder<S,D>
-
- Type Parameters:
S- The source type.D- The destination type.
public class ReassignBuilder<S,D> extends Object
Builds a reassign operation.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MappingConfiguration<S,D>to(FieldSelector<D> destinationSelector)Reassigns a source field to the specified destination field.
-
-
-
Method Detail
-
to
public MappingConfiguration<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.
-
-