Interface MongoProductBundleRewardMapper
- All Superinterfaces:
MapperRegistry.Mapper<MongoProductBundleReward,,ProductBundleReward> MapperRegistry.ReversibleMapper<MongoProductBundleReward,ProductBundleReward>
- All Known Implementing Classes:
MongoProductBundleRewardMapperImpl
public interface MongoProductBundleRewardMapper
extends MapperRegistry.ReversibleMapper<MongoProductBundleReward,ProductBundleReward>
-
Method Summary
Modifier and TypeMethodDescriptionforward(MongoProductBundleReward source) Maps the source to the destination.reverse(ProductBundleReward source) Maps the destination to the source.Methods inherited from interface dev.getelements.elements.sdk.model.util.MapperRegistry.Mapper
findDestinationType, findSourceTypeMethods inherited from interface dev.getelements.elements.sdk.model.util.MapperRegistry.ReversibleMapper
reversed
-
Method Details
-
forward
Description copied from interface:MapperRegistry.MapperMaps the source to the destination.- Specified by:
forwardin interfaceMapperRegistry.Mapper<MongoProductBundleReward,ProductBundleReward> - Parameters:
source- the source to the destination- Returns:
- the destination
-
reverse
Description copied from interface:MapperRegistry.ReversibleMapperMaps the destination to the source.- Specified by:
reversein interfaceMapperRegistry.ReversibleMapper<MongoProductBundleReward,ProductBundleReward> - Parameters:
source- the source object- Returns:
- the destination type.
-