public class YamlBindingsDiagnostic extends GuiceyLifecycleAdapter
GuiceBundle.Builder.listen(
ru.vyarus.dropwizard.guice.module.lifecycle.GuiceyLifecycleListener...).
Could be configured to filter out not required info.
If multiple listeners registered, only first registered will be actually used (allow safe multiple registrations).
GuiceBundle.Builder.printConfigurationBindings(),
GuiceBundle.Builder.printCustomConfigurationBindings()| Constructor and Description |
|---|
YamlBindingsDiagnostic() |
YamlBindingsDiagnostic(BindingsConfig config) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
beforeRun(BeforeRunEvent event) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
applicationRun, applicationStarted, bundlesInitialized, bundlesResolved, bundlesStarted, classpathExtensionsResolved, commandsResolved, configurationHooksProcessed, dropwizardBundlesInitialized, extensionsInstalled, extensionsInstalledBy, extensionsResolved, initialized, injectorCreation, installersResolved, jerseyConfiguration, jerseyExtensionsInstalled, jerseyExtensionsInstalledBy, lookupBundlesResolved, manualExtensionsValidated, modulesAnalyzed, onEventpublic YamlBindingsDiagnostic()
public YamlBindingsDiagnostic(BindingsConfig config)
protected void beforeRun(BeforeRunEvent event)
beforeRun in class GuiceyLifecycleAdapterpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object