- All Known Subinterfaces:
MapperRegistry.ReversibleMapper<SourceT,DestinationT>
, MapperRegistry.ReversibleUpdater<SourceT,DestinationT>
, MongoApplicationConfigurationMapper
, MongoApplicationMapper
, MongoCallbackDefinitionMapper
, MongoElementServiceReferenceMapper
, MongoFacebookApplicationConfigurationMapper
, MongoFirebaseApplicationConfigurationMapper
, MongoGooglePlayApplicationConfigurationMapper
, MongoIosApplicationConfigurationMapper
, MongoMatchmakingApplicationConfigurationMapper
, MongoOAuth2AuthSchemeMapper
, MongoOidcAuthSchemeMapper
, MongoProductBundleMapper
, MongoProductBundleRewardMapper
, MongoPSNApplicationConfigurationMapper
, MongoUserUidMapper
, ProgressRowMapper
, RankTabulationMapper
- All Known Implementing Classes:
EditorSchemaMapper
, EditorSchemaMapperImpl
, JsonSchemaMapper
, JsonSchemaMapperImpl
, MongoApplicationConfigurationMapperImpl
, MongoApplicationMapperImpl
, MongoCallbackDefinitionMapperImpl
, MongoElementServiceReferenceMapperImpl
, MongoFacebookApplicationConfigurationMapperImpl
, MongoFirebaseApplicationConfigurationMapperImpl
, MongoGooglePlayApplicationConfigurationMapperImpl
, MongoIosApplicationConfigurationMapperImpl
, MongoMatchmakingApplicationConfigurationMapperImpl
, MongoOAuth2AuthSchemeMapperImpl
, MongoOidcAuthSchemeMapperImpl
, MongoProductBundleMapperImpl
, MongoProductBundleRewardMapperImpl
, MongoPSNApplicationConfigurationMapperImpl
, MongoUserUidMapperImpl
, ProgressRowMapperImpl
, RankTabulationMapperImpl
- Enclosing interface:
MapperRegistry
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Finds the destination type.
Maps the source to the destination.
-
Method Details
-
forward
Maps the source to the destination.
- Parameters:
source
- the source to the destination
- Returns:
- the destination
-
findSourceType
Finds the source type. When used as intended, the default implementation should suffice.
- Returns:
- the source type
-
findDestinationType
Finds the destination type. When used as intended, the default implementation should suffice.
- Returns:
- the destination type.