Interface MongoMatchmakingApplicationConfigurationMapper
- All Superinterfaces:
MapperRegistry.Mapper<MongoMatchmakingApplicationConfiguration,
,MatchmakingApplicationConfiguration> MapperRegistry.ReversibleMapper<MongoMatchmakingApplicationConfiguration,
MatchmakingApplicationConfiguration>
- All Known Implementing Classes:
MongoMatchmakingApplicationConfigurationMapperImpl
public interface MongoMatchmakingApplicationConfigurationMapper
extends MapperRegistry.ReversibleMapper<MongoMatchmakingApplicationConfiguration,MatchmakingApplicationConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionMaps the source to the destination.Maps the destination to the source.Methods inherited from interface dev.getelements.elements.sdk.model.util.MapperRegistry.ReversibleMapper
reversed
-
Method Details
-
forward
Description copied from interface:MapperRegistry.Mapper
Maps the source to the destination.- Specified by:
forward
in interfaceMapperRegistry.Mapper<MongoMatchmakingApplicationConfiguration,
MatchmakingApplicationConfiguration> - 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> - Parameters:
source
- the source object- Returns:
- the destination type.
-