Uses of Enum Class
org.flywaydb.core.api.configuration.ObsoleteParameter.Kind
Packages that use ObsoleteParameter.Kind
Package
Description
Interfaces for Flyway configuration injection.
-
Uses of ObsoleteParameter.Kind in org.flywaydb.core.api.configuration
Methods in org.flywaydb.core.api.configuration that return ObsoleteParameter.KindModifier and TypeMethodDescriptionObsoleteParameter.kind()Returns the value of thekindrecord component.static ObsoleteParameter.KindReturns the enum constant of this class with the specified name.static ObsoleteParameter.Kind[]ObsoleteParameter.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.flywaydb.core.api.configuration with parameters of type ObsoleteParameter.KindModifierConstructorDescriptionObsoleteParameter(String rawKey, ObsoleteParameter.Kind kind, String replacement, String reason) Creates an instance of aObsoleteParameterrecord class.