Class InteractionControllerInstantiatorModule
java.lang.Object
com.google.inject.AbstractModule
io.github.kaktushose.jdac.guice.internal.InteractionControllerInstantiatorModule
- All Implemented Interfaces:
com.google.inject.Module
@Internal
public class InteractionControllerInstantiatorModule
extends com.google.inject.AbstractModule
-
Constructor Summary
ConstructorsConstructorDescriptionInteractionControllerInstantiatorModule(io.github.kaktushose.jdac.message.i18n.I18n i18n, net.dv8tion.jda.api.JDA jda) -
Method Summary
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestInjection, requestStaticInjection, requireBinding, requireBinding
-
Constructor Details
-
InteractionControllerInstantiatorModule
public InteractionControllerInstantiatorModule(io.github.kaktushose.jdac.message.i18n.I18n i18n, net.dv8tion.jda.api.JDA jda)
-
-
Method Details
-
configure
protected void configure()- Overrides:
configurein classcom.google.inject.AbstractModule
-
jda
@Provides public net.dv8tion.jda.api.JDA jda() -
i18n
@Provides public io.github.kaktushose.jdac.message.i18n.I18n i18n()
-