Mapper when no mapping is needed (FROM and TO are the same type). Simply spreads values without any property translation.
Forward mapping: FROM property -> TO property
Reverse mapping: TO property -> FROM property
Adds a mapping from a FROM property to a TO property
The FROM-side property name
The TO-side property name
Adds a mapping from a TO property to a FROM property
Merges the TO value into the FROM value by spreading both
The value to map from
Optional
Optional existing value to merge into
The merged value
Directly reads a property from the parent (no translation needed)
The property name
The object to read from
The property value
Directly sets a property on the parent (no translation needed)
The object to modify
The value to set
Merges the FROM value into the TO value by spreading both
The value to map
Mapper when no mapping is needed (FROM and TO are the same type). Simply spreads values without any property translation.