Class MongoProductBundleMapperImpl
java.lang.Object
dev.getelements.elements.dao.mongo.mapper.MongoProductBundleMapperImpl
- All Implemented Interfaces:
MongoProductBundleMapper
,MapperRegistry.Mapper<MongoProductBundle,
,ProductBundle> MapperRegistry.ReversibleMapper<MongoProductBundle,
ProductBundle>
@Generated(value="org.mapstruct.ap.MappingProcessor",
date="2025-05-23T23:43:52+0000",
comments="version: 1.6.2, compiler: javac, environment: Java 21.0.6 (Ubuntu)")
public class MongoProductBundleMapperImpl
extends Object
implements MongoProductBundleMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionforward
(MongoProductBundle source) Maps the source to the destination.protected List
<ProductBundleReward> protected List
<MongoProductBundleReward> reverse
(ProductBundle source) Maps the destination to the source.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface dev.getelements.elements.sdk.model.util.MapperRegistry.Mapper
findDestinationType, findSourceType
Methods inherited from interface dev.getelements.elements.sdk.model.util.MapperRegistry.ReversibleMapper
reversed
-
Constructor Details
-
MongoProductBundleMapperImpl
public MongoProductBundleMapperImpl()
-
-
Method Details
-
forward
Description copied from interface:MapperRegistry.Mapper
Maps the source to the destination.- Specified by:
forward
in interfaceMapperRegistry.Mapper<MongoProductBundle,
ProductBundle> - Specified by:
forward
in interfaceMongoProductBundleMapper
- Parameters:
source
- the source to the destination- Returns:
- the destination
-
reverse
Description copied from interface:MapperRegistry.ReversibleMapper
Maps the destination to the source.- Specified by:
reverse
in interfaceMapperRegistry.ReversibleMapper<MongoProductBundle,
ProductBundle> - Specified by:
reverse
in interfaceMongoProductBundleMapper
- Parameters:
source
- the source object- Returns:
- the destination type.
-
mongoProductBundleRewardListToProductBundleRewardList
protected List<ProductBundleReward> mongoProductBundleRewardListToProductBundleRewardList(List<MongoProductBundleReward> list) -
productBundleRewardListToMongoProductBundleRewardList
protected List<MongoProductBundleReward> productBundleRewardListToMongoProductBundleRewardList(List<ProductBundleReward> list)
-