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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondev.getelements.elements.sdk.service.application.MatchmakingApplicationConfigurationServiceget()jakarta.inject.Provider<SuperUserMatchmakingApplicationConfigurationService> dev.getelements.elements.sdk.model.user.UsergetUser()voidsetSuperUserMatchmakingApplicationConfigurationServiceProvider(jakarta.inject.Provider<SuperUserMatchmakingApplicationConfigurationService> superUserMatchmakingApplicationConfigurationServiceProvider) voidsetUser(dev.getelements.elements.sdk.model.user.User user)
-
Constructor Details
-
MatchmakingConfigurationServiceProvider
public MatchmakingConfigurationServiceProvider()
-
-
Method Details
-
get
public dev.getelements.elements.sdk.service.application.MatchmakingApplicationConfigurationService get()- Specified by:
getin interfacejakarta.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)
-