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.Methods inherited from interface dev.getelements.elements.sdk.model.util.MapperRegistry.Mapper
findDestinationType, findSourceType
-
Method Details
-
forward
Description copied from interface:MapperRegistry.MapperMaps the source to the destination.- Specified by:
forwardin interfaceMapperRegistry.Mapper<MongoProgress,ProgressRow> - Parameters:
source- the source to the destination- Returns:
- the destination
-