public abstract class FlywayBundle<T extends io.dropwizard.Configuration> extends Object implements io.dropwizard.ConfiguredBundle<T>, io.dropwizard.db.DatabaseConfiguration<T>, FlywayConfiguration<T>
| Constructor and Description |
|---|
FlywayBundle() |
| Modifier and Type | Method and Description |
|---|---|
FlywayFactory |
getFlywayFactory(T configuration) |
void |
initialize(io.dropwizard.setup.Bootstrap<?> bootstrap) |
protected String |
name() |
public final void initialize(io.dropwizard.setup.Bootstrap<?> bootstrap)
initialize in interface io.dropwizard.ConfiguredBundle<T extends io.dropwizard.Configuration>public FlywayFactory getFlywayFactory(T configuration)
getFlywayFactory in interface FlywayConfiguration<T extends io.dropwizard.Configuration>protected String name()
Copyright © 2020. All rights reserved.