T - configuration typepublic class DropwizardBundleTracker<T extends io.dropwizard.Configuration>
extends java.lang.Object
implements io.dropwizard.ConfiguredBundle<T>
Bundles tracking is controlled with GuiceyOptions.TrackDropwizardBundles
option.
| Constructor and Description |
|---|
DropwizardBundleTracker(io.dropwizard.ConfiguredBundle<? super T> bundle,
ConfigurationContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(io.dropwizard.setup.Bootstrap bootstrap) |
void |
run(T configuration,
io.dropwizard.setup.Environment environment) |
public DropwizardBundleTracker(io.dropwizard.ConfiguredBundle<? super T> bundle, ConfigurationContext context)
public void initialize(io.dropwizard.setup.Bootstrap bootstrap)
initialize in interface io.dropwizard.ConfiguredBundle<T extends io.dropwizard.Configuration>