Package no.digipost.dropwizard
Class TypeSafeConfiguredBundle<C>
- java.lang.Object
-
- no.digipost.dropwizard.TypeSafeConfiguredBundle<C>
-
- Type Parameters:
C- The type of config object
- All Implemented Interfaces:
io.dropwizard.ConfiguredBundle<C>
public class TypeSafeConfiguredBundle<C> extends Object implements io.dropwizard.ConfiguredBundle<C>
DropwizardConfiguredBundleto support configuration with https://github.com/lightbend/config
-
-
Constructor Summary
Constructors Constructor Description TypeSafeConfiguredBundle()TypeSafeConfiguredBundle(io.dropwizard.configuration.ConfigurationSourceProvider configurationSourceProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitialize(io.dropwizard.setup.Bootstrap<?> bootstrap)
-
-
-
Method Detail
-
initialize
public void initialize(io.dropwizard.setup.Bootstrap<?> bootstrap)
- Specified by:
initializein interfaceio.dropwizard.ConfiguredBundle<C>
-
-