| BootstrapAwareModule<T extends io.dropwizard.core.Configuration> |
Guice module, registered in bundle, may implement this to be able to use bootstrap object in module
configuration method.
|
| ConfigurationAwareModule<T extends io.dropwizard.core.Configuration> |
Guice module, registered in bundle, may implement this to be able to use configuration object in module
configuration method.
|
| ConfigurationTreeAwareModule |
Guice module, registered in bundle may implement this to be able to use introspected configuration in module
configuration method.
|
| EnvironmentAwareModule |
Guice module, registered in bundle, may implement this to be able to use environment object in module
configuration method.
|
| OptionsAwareModule |
Guice module, registered in bundle, may implement this to be able to use options in module configuration method.
|