Interface OptionsAwareModule
-
- All Known Implementing Classes:
DropwizardAwareModule,GuiceBootstrapModule,UniqueDropwizardAwareModule
public interface OptionsAwareModuleGuice module, registered in bundle, may implement this to be able to use options in module configuration method.- Since:
- 25.04.2018
- See Also:
DropwizardAwareModule
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetOptions(Options options)Method will be called just before injector initialization.
-
-
-
Method Detail
-
setOptions
void setOptions(Options options)
Method will be called just before injector initialization.- Parameters:
options- options object
-
-