Class MongoGooglePlayApplicationConfigurationMapperImpl
java.lang.Object
dev.getelements.elements.dao.mongo.mapper.MongoGooglePlayApplicationConfigurationMapperImpl
- All Implemented Interfaces:
MongoGooglePlayApplicationConfigurationMapper,MapperRegistry.Mapper<MongoGooglePlayApplicationConfiguration,,GooglePlayApplicationConfiguration> MapperRegistry.ReversibleMapper<MongoGooglePlayApplicationConfiguration,GooglePlayApplicationConfiguration>
@Generated(value="org.mapstruct.ap.MappingProcessor",
date="2025-03-30T00:04:33+0000",
comments="version: 1.6.2, compiler: javac, environment: Java 21.0.6 (Ubuntu)")
public class MongoGooglePlayApplicationConfigurationMapperImpl
extends Object
implements MongoGooglePlayApplicationConfigurationMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMaps the source to the destination.protected List<ProductBundle> protected List<ProductBundleReward> protected ProductBundleRewardmongoProductBundleRewardToProductBundleReward(MongoProductBundleReward mongoProductBundleReward) protected ProductBundlemongoProductBundleToProductBundle(MongoProductBundle mongoProductBundle) protected List<MongoProductBundle> protected List<MongoProductBundleReward> protected MongoProductBundleRewardproductBundleRewardToMongoProductBundleReward(ProductBundleReward productBundleReward) protected MongoProductBundleproductBundleToMongoProductBundle(ProductBundle productBundle) Maps the destination to the source.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.getelements.elements.sdk.model.util.MapperRegistry.ReversibleMapper
reversed
-
Constructor Details
-
MongoGooglePlayApplicationConfigurationMapperImpl
public MongoGooglePlayApplicationConfigurationMapperImpl()
-
-
Method Details
-
forward
Description copied from interface:MapperRegistry.MapperMaps the source to the destination.- Specified by:
forwardin interfaceMapperRegistry.Mapper<MongoGooglePlayApplicationConfiguration,GooglePlayApplicationConfiguration> - Specified by:
forwardin interfaceMongoGooglePlayApplicationConfigurationMapper- 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<MongoGooglePlayApplicationConfiguration,GooglePlayApplicationConfiguration> - Specified by:
reversein interfaceMongoGooglePlayApplicationConfigurationMapper- Parameters:
source- the source object- Returns:
- the destination type.
-
mongoProductBundleRewardToProductBundleReward
protected ProductBundleReward mongoProductBundleRewardToProductBundleReward(MongoProductBundleReward mongoProductBundleReward) -
mongoProductBundleRewardListToProductBundleRewardList
protected List<ProductBundleReward> mongoProductBundleRewardListToProductBundleRewardList(List<MongoProductBundleReward> list) -
mongoProductBundleToProductBundle
-
mongoProductBundleListToProductBundleList
protected List<ProductBundle> mongoProductBundleListToProductBundleList(List<MongoProductBundle> list) -
productBundleRewardToMongoProductBundleReward
protected MongoProductBundleReward productBundleRewardToMongoProductBundleReward(ProductBundleReward productBundleReward) -
productBundleRewardListToMongoProductBundleRewardList
protected List<MongoProductBundleReward> productBundleRewardListToMongoProductBundleRewardList(List<ProductBundleReward> list) -
productBundleToMongoProductBundle
-
productBundleListToMongoProductBundleList
protected List<MongoProductBundle> productBundleListToMongoProductBundleList(List<ProductBundle> list)
-