Class MatchmakingConfigurationServiceProvider

java.lang.Object
dev.getelements.elements.service.application.MatchmakingConfigurationServiceProvider
All Implemented Interfaces:
jakarta.inject.Provider<dev.getelements.elements.sdk.service.application.MatchmakingApplicationConfigurationService>

public class MatchmakingConfigurationServiceProvider extends Object implements jakarta.inject.Provider<dev.getelements.elements.sdk.service.application.MatchmakingApplicationConfigurationService>
  • Constructor Details

    • MatchmakingConfigurationServiceProvider

      public MatchmakingConfigurationServiceProvider()
  • Method Details

    • get

      public dev.getelements.elements.sdk.service.application.MatchmakingApplicationConfigurationService get()
      Specified by:
      get in interface jakarta.inject.Provider<dev.getelements.elements.sdk.service.application.MatchmakingApplicationConfigurationService>
    • getUser

      public dev.getelements.elements.sdk.model.user.User getUser()
    • setUser

      @Inject public void setUser(dev.getelements.elements.sdk.model.user.User user)
    • getSuperUserMatchmakingApplicationConfigurationServiceProvider

      public jakarta.inject.Provider<SuperUserMatchmakingApplicationConfigurationService> getSuperUserMatchmakingApplicationConfigurationServiceProvider()
    • setSuperUserMatchmakingApplicationConfigurationServiceProvider

      @Inject public void setSuperUserMatchmakingApplicationConfigurationServiceProvider(jakarta.inject.Provider<SuperUserMatchmakingApplicationConfigurationService> superUserMatchmakingApplicationConfigurationServiceProvider)