Interface Mapper<S,D>
- Type Parameters:
S- source object typeD- destination object type
- All Known Implementing Classes:
AbstractMapper,AbstractVersioningMapper,FolderVersioningMapper,HttpRequestVersioningMapper
public interface Mapper<S,D>
Custom mapper.
-
Method Summary
-
Method Details
-
map
Map source object to destination object.- Parameters:
source- source object- Returns:
- destination object
-