public class ExtensionsInstalledEvent extends InjectorPhaseEvent
Extension instance could be obtained manually from injector.
InjectorPhaseEvent.ReportRenderer| Constructor and Description |
|---|
ExtensionsInstalledEvent(Options options,
io.dropwizard.setup.Bootstrap bootstrap,
io.dropwizard.Configuration configuration,
ConfigurationTree configurationTree,
io.dropwizard.setup.Environment environment,
com.google.inject.Injector injector,
java.util.List<java.lang.Class<?>> extensions) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Class<?>> |
getExtensions() |
getConfigurationInfo, getInjector, getReportRenderergetConfiguration, getConfigurationTree, getEnvironment, renderConfigurationBindingsgetBootstrapgetOptions, getTypepublic ExtensionsInstalledEvent(Options options, io.dropwizard.setup.Bootstrap bootstrap, io.dropwizard.Configuration configuration, ConfigurationTree configurationTree, io.dropwizard.setup.Environment environment, com.google.inject.Injector injector, java.util.List<java.lang.Class<?>> extensions)