Uses of Interface
io.dropwizard.ConfiguredBundle
-
Packages that use ConfiguredBundle Package Description io.dropwizard io.dropwizard.setup io.dropwizard.sslreload -
-
Uses of ConfiguredBundle in io.dropwizard
Subinterfaces of ConfiguredBundle in io.dropwizard Modifier and Type Interface Description interfaceBundleDeprecated.UseConfiguredBundle -
Uses of ConfiguredBundle in io.dropwizard.setup
Methods in io.dropwizard.setup with parameters of type ConfiguredBundle Modifier and Type Method Description voidBootstrap. addBundle(ConfiguredBundle<? super T> bundle)Adds the given bundle to the bootstrap. -
Uses of ConfiguredBundle in io.dropwizard.sslreload
Classes in io.dropwizard.sslreload that implement ConfiguredBundle Modifier and Type Class Description classSslReloadBundleBundle that gathers all the ssl connectors and registers an admin task that will refresh ssl configuration on request
-