Interface ConfigurationTreeAwareModule
-
- All Known Implementing Classes:
DropwizardAwareModule,GuiceBootstrapModule,UniqueDropwizardAwareModule
public interface ConfigurationTreeAwareModuleGuice module, registered in bundle may implement this to be able to use introspected configuration in module configuration method.- Since:
- 11.06.2018
- See Also:
DropwizardAwareModule
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetConfigurationTree(ConfigurationTree configurationTree)Mathod will be called just before injector initialization.
-
-
-
Method Detail
-
setConfigurationTree
void setConfigurationTree(ConfigurationTree configurationTree)
Mathod will be called just before injector initialization.- Parameters:
configurationTree- introspected configuration object
-
-