Uses of Class
space.arim.dazzleconf2.migration.Migration
Packages that use Migration
Package
Description
Version 2 of the library, provided as a separate package.
-
Uses of Migration in space.arim.dazzleconf2
Methods in space.arim.dazzleconf2 that return types with arguments of type MigrationMethods in space.arim.dazzleconf2 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.dazzleconf2 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.