Interface MapperRegistry.ReversibleMapper<SourceT,DestinationT>

Type Parameters:
SourceT -
DestinationT -
All Superinterfaces:
MapperRegistry.Mapper<SourceT,DestinationT>
All Known Subinterfaces:
MongoApplicationConfigurationMapper, MongoApplicationMapper, MongoCallbackDefinitionMapper, MongoElementServiceReferenceMapper, MongoFacebookApplicationConfigurationMapper, MongoFirebaseApplicationConfigurationMapper, MongoGooglePlayApplicationConfigurationMapper, MongoIosApplicationConfigurationMapper, MongoMatchmakingApplicationConfigurationMapper, MongoOAuth2AuthSchemeMapper, MongoOidcAuthSchemeMapper, MongoProductBundleMapper, MongoProductBundleRewardMapper, MongoPSNApplicationConfigurationMapper, MongoUserUidMapper
All Known Implementing Classes:
MongoApplicationConfigurationMapperImpl, MongoApplicationMapperImpl, MongoCallbackDefinitionMapperImpl, MongoElementServiceReferenceMapperImpl, MongoFacebookApplicationConfigurationMapperImpl, MongoFirebaseApplicationConfigurationMapperImpl, MongoGooglePlayApplicationConfigurationMapperImpl, MongoIosApplicationConfigurationMapperImpl, MongoMatchmakingApplicationConfigurationMapperImpl, MongoOAuth2AuthSchemeMapperImpl, MongoOidcAuthSchemeMapperImpl, MongoProductBundleMapperImpl, MongoProductBundleRewardMapperImpl, MongoPSNApplicationConfigurationMapperImpl, MongoUserUidMapperImpl
Enclosing interface:
MapperRegistry

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