public abstract class InjectorPhaseEvent extends RunPhaseEvent
| Modifier and Type | Class and Description |
|---|---|
class |
InjectorPhaseEvent.ReportRenderer
Guicey configuration reporting rendederers.
|
| Constructor and Description |
|---|
InjectorPhaseEvent(GuiceyLifecycle type,
Options options,
io.dropwizard.setup.Bootstrap bootstrap,
io.dropwizard.Configuration configuration,
ConfigurationTree configurationTree,
io.dropwizard.setup.Environment environment,
com.google.inject.Injector injector) |
| Modifier and Type | Method and Description |
|---|---|
GuiceyConfigurationInfo |
getConfigurationInfo() |
com.google.inject.Injector |
getInjector() |
InjectorPhaseEvent.ReportRenderer |
getReportRenderer()
Renderers provide various views for guicey configuration, which may be used for specific logging.
|
getConfiguration, getConfigurationTree, getEnvironment, renderConfigurationBindingsgetBootstrapgetOptions, getTypepublic InjectorPhaseEvent(GuiceyLifecycle type, Options options, io.dropwizard.setup.Bootstrap bootstrap, io.dropwizard.Configuration configuration, ConfigurationTree configurationTree, io.dropwizard.setup.Environment environment, com.google.inject.Injector injector)
public com.google.inject.Injector getInjector()
public GuiceyConfigurationInfo getConfigurationInfo()
public InjectorPhaseEvent.ReportRenderer getReportRenderer()
for
configuration bindings report