Interface MapperRegistry.Mapper<SourceT,DestinationT>

All Known Subinterfaces:
MapperRegistry.ReversibleMapper<SourceT,DestinationT>, MapperRegistry.ReversibleUpdater<SourceT,DestinationT>, MongoFacebookApplicationConfigurationMapper, MongoFirebaseApplicationConfigurationMapper, MongoGooglePlayApplicationConfigurationMapper, MongoIosApplicationConfigurationMapper, MongoMatchmakingApplicationConfigurationMapper, MongoOAuth2AuthSchemeMapper, MongoOidcAuthSchemeMapper, MongoPSNApplicationConfigurationMapper, MongoUserUidMapper, ProgressRowMapper, RankTabulationMapper
All Known Implementing Classes:
EditorSchemaMapper, EditorSchemaMapperImpl, JsonSchemaMapper, JsonSchemaMapperImpl, MongoFacebookApplicationConfigurationMapperImpl, MongoFirebaseApplicationConfigurationMapperImpl, MongoGooglePlayApplicationConfigurationMapperImpl, MongoIosApplicationConfigurationMapperImpl, MongoMatchmakingApplicationConfigurationMapperImpl, MongoOAuth2AuthSchemeMapperImpl, MongoOidcAuthSchemeMapperImpl, 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.

@FunctionalInterface public static interface MapperRegistry.Mapper<SourceT,DestinationT>
  • Method Summary

    Modifier and Type
    Method
    Description
    forward(SourceT source)
    Maps the source to the destination.
  • Method Details

    • forward

      DestinationT forward(SourceT source)
      Maps the source to the destination.
      Parameters:
      source - the source to the destination
      Returns:
      the destination