T - configuration typepublic interface BootstrapAwareModule<T extends io.dropwizard.Configuration>
NOTE: setter will be called on run phase, so bootstrap object may be used only for reference (too late for changes).
| Modifier and Type | Method and Description |
|---|---|
void |
setBootstrap(io.dropwizard.setup.Bootstrap<T> bootstrap)
Method will be called just before injector initialization.
|
void setBootstrap(io.dropwizard.setup.Bootstrap<T> bootstrap)
bootstrap - bootstrap object