Package de.quantummaid.httpmaid.guice
Class GuiceModule
- java.lang.Object
-
- de.quantummaid.httpmaid.guice.GuiceModule
-
- All Implemented Interfaces:
ChainModule,Configurator
public final class GuiceModule extends Object implements ChainModule
-
-
Constructor Summary
Constructors Constructor Description GuiceModule()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(DependencyRegistry dependencyRegistry)static GuiceModuleguiceModule()voidregister(ChainExtender extender)voidsetInjector(com.google.inject.Injector injector)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.quantummaid.httpmaid.chains.ChainModule
identifier
-
Methods inherited from interface de.quantummaid.httpmaid.chains.Configurator
init, supplyModulesIfNotAlreadyPresent
-
-
-
-
Method Detail
-
guiceModule
public static GuiceModule guiceModule()
-
setInjector
public void setInjector(com.google.inject.Injector injector)
-
configure
public void configure(DependencyRegistry dependencyRegistry)
- Specified by:
configurein interfaceChainModule- Specified by:
configurein interfaceConfigurator
-
register
public void register(ChainExtender extender)
- Specified by:
registerin interfaceChainModule
-
-