Interface RankTabulationMapper
- All Superinterfaces:
MapperRegistry.Mapper<Rank,RankRow>
- All Known Implementing Classes:
RankTabulationMapperImpl
-
Method Summary
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<Rank,RankRow> - Parameters:
source- the source to the destination- Returns:
- the destination
-