Interface MongoPSNApplicationConfigurationMapper
- All Superinterfaces:
MapperRegistry.Mapper<MongoPSNApplicationConfiguration,,PSNApplicationConfiguration> MapperRegistry.ReversibleMapper<MongoPSNApplicationConfiguration,PSNApplicationConfiguration>
- All Known Implementing Classes:
MongoPSNApplicationConfigurationMapperImpl
public interface MongoPSNApplicationConfigurationMapper
extends MapperRegistry.ReversibleMapper<MongoPSNApplicationConfiguration,PSNApplicationConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionMaps the source to the destination.reverse(PSNApplicationConfiguration source) 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<MongoPSNApplicationConfiguration,PSNApplicationConfiguration> - 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<MongoPSNApplicationConfiguration,PSNApplicationConfiguration> - Parameters:
source- the source object- Returns:
- the destination type.
-