Class MongoMatchmakingApplicationConfigurationMapperImpl
java.lang.Object
dev.getelements.elements.dao.mongo.mapper.MongoMatchmakingApplicationConfigurationMapperImpl
- All Implemented Interfaces:
MongoMatchmakingApplicationConfigurationMapper
,MapperRegistry.Mapper<MongoMatchmakingApplicationConfiguration,
,MatchmakingApplicationConfiguration> MapperRegistry.ReversibleMapper<MongoMatchmakingApplicationConfiguration,
MatchmakingApplicationConfiguration>
@Generated(value="org.mapstruct.ap.MappingProcessor",
date="2025-04-24T16:23:00+0000",
comments="version: 1.6.2, compiler: javac, environment: Java 21.0.6 (Ubuntu)")
public class MongoMatchmakingApplicationConfigurationMapperImpl
extends Object
implements MongoMatchmakingApplicationConfigurationMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected MongoCallbackDefinition
callbackDefinitionToMongoCallbackDefinition
(CallbackDefinition callbackDefinition) Maps the source to the destination.protected CallbackDefinition
mongoCallbackDefinitionToCallbackDefinition
(MongoCallbackDefinition mongoCallbackDefinition) protected List
<ProductBundle> protected List
<ProductBundleReward> protected ProductBundleReward
mongoProductBundleRewardToProductBundleReward
(MongoProductBundleReward mongoProductBundleReward) protected ProductBundle
mongoProductBundleToProductBundle
(MongoProductBundle mongoProductBundle) protected List
<MongoProductBundle> protected List
<MongoProductBundleReward> protected MongoProductBundleReward
productBundleRewardToMongoProductBundleReward
(ProductBundleReward productBundleReward) protected MongoProductBundle
productBundleToMongoProductBundle
(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, wait
Methods inherited from interface dev.getelements.elements.sdk.model.util.MapperRegistry.ReversibleMapper
reversed
-
Constructor Details
-
MongoMatchmakingApplicationConfigurationMapperImpl
public MongoMatchmakingApplicationConfigurationMapperImpl()
-
-
Method Details
-
forward
Description copied from interface:MapperRegistry.Mapper
Maps the source to the destination.- Specified by:
forward
in interfaceMapperRegistry.Mapper<MongoMatchmakingApplicationConfiguration,
MatchmakingApplicationConfiguration> - Specified by:
forward
in interfaceMongoMatchmakingApplicationConfigurationMapper
- 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<MongoMatchmakingApplicationConfiguration,
MatchmakingApplicationConfiguration> - Specified by:
reverse
in interfaceMongoMatchmakingApplicationConfigurationMapper
- 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) -
mongoCallbackDefinitionToCallbackDefinition
protected CallbackDefinition mongoCallbackDefinitionToCallbackDefinition(MongoCallbackDefinition mongoCallbackDefinition) -
productBundleRewardToMongoProductBundleReward
protected MongoProductBundleReward productBundleRewardToMongoProductBundleReward(ProductBundleReward productBundleReward) -
productBundleRewardListToMongoProductBundleRewardList
protected List<MongoProductBundleReward> productBundleRewardListToMongoProductBundleRewardList(List<ProductBundleReward> list) -
productBundleToMongoProductBundle
-
productBundleListToMongoProductBundleList
protected List<MongoProductBundle> productBundleListToMongoProductBundleList(List<ProductBundle> list) -
callbackDefinitionToMongoCallbackDefinition
protected MongoCallbackDefinition callbackDefinitionToMongoCallbackDefinition(CallbackDefinition callbackDefinition)
-