Uses of Class
space.arim.dazzleconf.migration.Migration
Packages that use Migration
-
Uses of Migration in space.arim.dazzleconf
Methods in space.arim.dazzleconf that return types with arguments of type MigrationMethods in space.arim.dazzleconf with parameters of type MigrationModifier and TypeMethodDescription@NonNull ConfigurationBuilder<C> ConfigurationBuilder.addMigration(@NonNull Migration<?, C> migration) Adds the following migration to this builder.voidConfigureListener.migratedFrom(@NonNull Migration<?, ?> migration) Notifies that a migration was successful.voidConfigureListener.migrationSkip(@NonNull Migration<?, ?> migration, @NonNull List<@NonNull ErrorContext> errorContexts) Notifies that a migration was attempted, but it failed (for any reason).Method parameters in space.arim.dazzleconf with type arguments of type MigrationModifier and TypeMethodDescription@NonNull ConfigurationBuilder<C> ConfigurationBuilder.addMigrations(@NonNull List<@NonNull Migration<?, C>> migrations) Adds the following migrations to this builder.