| Package | Description |
|---|---|
| ch.jalu.configme.migration.version |
| Modifier and Type | Method and Description |
|---|---|
protected Map<Integer,VersionMigration> |
VersionMigrationService.validateAndGroupMigrationsByFromVersion(Iterable<VersionMigration> migrations)
Validates the given migrations and returns them as a map of migration by its start version.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
VersionMigrationService.validateVersions(VersionMigration migration)
Validates the from-version and to-version of the migration.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<Integer,VersionMigration> |
VersionMigrationService.validateAndGroupMigrationsByFromVersion(Iterable<VersionMigration> migrations)
Validates the given migrations and returns them as a map of migration by its start version.
|
| Constructor and Description |
|---|
VersionMigrationService(@NotNull Property<Integer> versionProperty,
VersionMigration... migrations)
Constructor.
|
Copyright © 2016–2023 The AuthMe Team. All rights reserved.