Class IOSaveBundle<T extends io.dropwizard.Configuration>

  • All Implemented Interfaces:
    io.dropwizard.ConfiguredBundle<T>

    public abstract class IOSaveBundle<T extends io.dropwizard.Configuration>
    extends Object
    implements io.dropwizard.ConfiguredBundle<T>
    • Constructor Detail

      • IOSaveBundle

        public IOSaveBundle()
    • Method Detail

      • preBundle

        public abstract void preBundle​(T configuration)
      • run

        public void run​(T configuration,
                        io.dropwizard.setup.Environment environment)
        Specified by:
        run in interface io.dropwizard.ConfiguredBundle<T extends io.dropwizard.Configuration>