| Interface | Description |
|---|---|
| FeatureInstaller<T> |
Installer serve two purposes: find extension on classpath and properly install it
(in dropwizard or somewhere else).
|
| Class | Description |
|---|---|
| CoreInstallersBundle |
Core installers bundle.
|
| InstallerModule |
Module binds all discovered extensions to guice context: either perform default binding or
call installer if it supports custom bindings.
|
| WebInstallersBundle |
Bundle adds servlet installers for filters, servlets and listeners installation.
|
| Enum | Description |
|---|---|
| InstallersOptions |
Bundled installers options.
|