| Interface | Description |
|---|---|
| BootstrapAwareModule<T extends io.dropwizard.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.Configuration> |
Guice module, registered in bundle, may implement this to be able to use configuration object in module
configuration method.
|
| EnvironmentAwareModule |
Guice module, registered in bundle, may implement this to be able to use environment object in module
configuration method.
|
| Class | Description |
|---|---|
| DropwizardAwareModule<C extends io.dropwizard.Configuration> |
Base module to avoid boilerplate.
|