Uses of Class
migratedb.v1.core.internal.info.ValidationMatch
-
Packages that use ValidationMatch Package Description migratedb.v1.core.internal.info Private API. -
-
Uses of ValidationMatch in migratedb.v1.core.internal.info
Methods in migratedb.v1.core.internal.info that return ValidationMatch Modifier and Type Method Description static ValidationMatchValidationMatch. valueOf(String name)Returns the enum constant of this type with the specified name.static ValidationMatch[]ValidationMatch. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in migratedb.v1.core.internal.info with parameters of type ValidationMatch Modifier and Type Method Description ValidationContextValidationContext. with(ValidationMatch match, boolean allow)Constructors in migratedb.v1.core.internal.info with parameters of type ValidationMatch Constructor Description ValidationContext(ValidationMatch... allowed)Constructor parameters in migratedb.v1.core.internal.info with type arguments of type ValidationMatch Constructor Description ValidationContext(EnumSet<ValidationMatch> allowed)
-