public class CoreInstallersBundle extends java.lang.Object implements GuiceyBundle
| Constructor and Description |
|---|
CoreInstallersBundle() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(GuiceyBootstrap bootstrap)
Called in run phase.
|
public void initialize(GuiceyBootstrap bootstrap)
GuiceyBundleGuiceyBootstrap contains almost the same methods as
GuiceBundle.Builder, which allows to register installers, extensions
and guice modules. Existing installer could be replaced by disabling old one and registering new.
WARNING: don't assume that this method will be called before or after dropwizard bundle run method (both possible). If configuration or environment objects required, they may be obtained from bootstrap.
initialize in interface GuiceyBundlebootstrap - guicey bootstrap object