Interface MongoGooglePlayApplicationConfigurationMapper
- All Superinterfaces:
MapperRegistry.Mapper<MongoGooglePlayApplicationConfiguration,,GooglePlayApplicationConfiguration> MapperRegistry.ReversibleMapper<MongoGooglePlayApplicationConfiguration,GooglePlayApplicationConfiguration>
- All Known Implementing Classes:
MongoGooglePlayApplicationConfigurationMapperImpl
public interface MongoGooglePlayApplicationConfigurationMapper
extends MapperRegistry.ReversibleMapper<MongoGooglePlayApplicationConfiguration,GooglePlayApplicationConfiguration>
-
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.MapperMaps the source to the destination.- Specified by:
forwardin interfaceMapperRegistry.Mapper<MongoGooglePlayApplicationConfiguration,GooglePlayApplicationConfiguration> - 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> - Parameters:
source- the source object- Returns:
- the destination type.
-