Interface ProgressRowMapper
- All Superinterfaces:
MapperRegistry.Mapper<MongoProgress,
ProgressRow>
- All Known Implementing Classes:
ProgressRowMapperImpl
-
Method Summary
Modifier and TypeMethodDescriptionforward
(MongoProgress source) Maps the source to the destination.
-
Method Details
-
forward
Description copied from interface:MapperRegistry.Mapper
Maps the source to the destination.- Specified by:
forward
in interfaceMapperRegistry.Mapper<MongoProgress,
ProgressRow> - Parameters:
source
- the source to the destination- Returns:
- the destination
-