Interface Mapper
- All Known Implementing Classes:
DefaultMapper
public interface Mapper
Maps state between two objects.
- Author:
- Keith Donald
-
Method Summary
Modifier and TypeMethodDescriptionMap state from a source object to a target object.
-
Method Details
-
map
Map state from a source object to a target object.- Parameters:
source
- the sourcetarget
- the target- Returns:
- results of the mapping transaction
-