Interface MapperRegistry.ReversibleMapper<SourceT,DestinationT>

Type Parameters:
SourceT - the source type
DestinationT - the destination type
All Superinterfaces:
MapperRegistry.Mapper<SourceT,DestinationT>
All Known Subinterfaces:
MongoApplicationConfigurationMapper, MongoApplicationMapper, MongoApplicationProductBundleMapper, MongoCallbackDefinitionMapper, MongoElementDefinitionMapper, MongoElementDeploymentMapper, MongoElementServiceReferenceMapper, MongoEmailTemplateMapper, MongoFacebookApplicationConfigurationMapper, MongoFirebaseApplicationConfigurationMapper, MongoGooglePlayApplicationConfigurationMapper, MongoIosApplicationConfigurationMapper, MongoItemLedgerMapper, MongoMatchmakingApplicationConfigurationMapper, MongoMetadataMapper, MongoMultiMatchMapper, MongoOAuth2AuthSchemeMapper, MongoOculusApplicationConfigurationMapper, MongoOidcAuthSchemeMapper, MongoOidcLoginAttemptMapper, MongoOidcProviderConfigurationMapper, MongoPasswordResetTokenMapper, MongoProductBundleMapper, MongoProductBundleRewardMapper, MongoProductSkuSchemaMapper, MongoPSNApplicationConfigurationMapper, MongoReceiptMapper, MongoSteamApplicationConfigurationMapper, MongoUidVerificationTokenMapper, MongoUniqueCodeMapper, MongoUserUidMapper
All Known Implementing Classes:
MongoApplicationConfigurationMapperImpl, MongoApplicationMapperImpl, MongoApplicationProductBundleMapperImpl, MongoCallbackDefinitionMapperImpl, MongoElementDefinitionMapperImpl, MongoElementDeploymentMapperImpl, MongoElementServiceReferenceMapperImpl, MongoEmailTemplateMapperImpl, MongoFacebookApplicationConfigurationMapperImpl, MongoFirebaseApplicationConfigurationMapperImpl, MongoGooglePlayApplicationConfigurationMapperImpl, MongoIosApplicationConfigurationMapperImpl, MongoItemLedgerMapperImpl, MongoMatchmakingApplicationConfigurationMapperImpl, MongoMetadataMapperImpl, MongoMultiMatchMapperImpl, MongoOAuth2AuthSchemeMapperImpl, MongoOculusApplicationConfigurationMapperImpl, MongoOidcAuthSchemeMapperImpl, MongoOidcLoginAttemptMapperImpl, MongoOidcProviderConfigurationMapperImpl, MongoPasswordResetTokenMapperImpl, MongoProductBundleMapperImpl, MongoProductBundleRewardMapperImpl, MongoProductSkuSchemaMapperImpl, MongoPSNApplicationConfigurationMapperImpl, MongoReceiptMapperImpl, MongoSteamApplicationConfigurationMapperImpl, MongoUidVerificationTokenMapperImpl, MongoUniqueCodeMapperImpl, MongoUserUidMapperImpl
Enclosing interface:
MapperRegistry

public static interface MapperRegistry.ReversibleMapper<SourceT,DestinationT> extends MapperRegistry.Mapper<SourceT,DestinationT>
Represents a mapping between two types.