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-08-01T00:30:18+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 TypeMethodDescriptionMaps the source to the destination.protected List<MongoMetadataSpecProperty> protected MongoMetadataSpecPropertymetadataSpecPropertyToMongoMetadataSpecProperty(MetadataSpecProperty metadataSpecProperty) protected MongoMetadataSpecmetadataSpecToMongoMetadataSpec(MetadataSpec metadataSpec) protected List<MetadataSpecProperty> protected MetadataSpecPropertymongoMetadataSpecPropertyToMetadataSpecProperty(MongoMetadataSpecProperty mongoMetadataSpecProperty) protected MetadataSpecmongoMetadataSpecToMetadataSpec(MongoMetadataSpec mongoMetadataSpec) 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.Mapper
findDestinationType, findSourceTypeMethods 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.MapperMaps the source to the destination.- Specified by:
forwardin interfaceMapperRegistry.Mapper<MongoMatchmakingApplicationConfiguration,MatchmakingApplicationConfiguration> - Specified by:
forwardin interfaceMongoMatchmakingApplicationConfigurationMapper- 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<MongoMatchmakingApplicationConfiguration,MatchmakingApplicationConfiguration> - Specified by:
reversein interfaceMongoMatchmakingApplicationConfigurationMapper- Parameters:
source- the source object- Returns:
- the destination type.
-
mongoMetadataSpecPropertyToMetadataSpecProperty
protected MetadataSpecProperty mongoMetadataSpecPropertyToMetadataSpecProperty(MongoMetadataSpecProperty mongoMetadataSpecProperty) -
mongoMetadataSpecPropertyListToMetadataSpecPropertyList
protected List<MetadataSpecProperty> mongoMetadataSpecPropertyListToMetadataSpecPropertyList(List<MongoMetadataSpecProperty> list) -
mongoMetadataSpecToMetadataSpec
-
metadataSpecPropertyToMongoMetadataSpecProperty
protected MongoMetadataSpecProperty metadataSpecPropertyToMongoMetadataSpecProperty(MetadataSpecProperty metadataSpecProperty) -
metadataSpecPropertyListToMongoMetadataSpecPropertyList
protected List<MongoMetadataSpecProperty> metadataSpecPropertyListToMongoMetadataSpecPropertyList(List<MetadataSpecProperty> list) -
metadataSpecToMongoMetadataSpec
-