Uses of Class
io.mangoo.enums.Validation
-
Packages that use Validation Package Description io.mangoo.enums -
-
Uses of Validation in io.mangoo.enums
Methods in io.mangoo.enums that return Validation Modifier and Type Method Description static ValidationValidation. valueOf(String name)Returns the enum constant of this type with the specified name.static Validation[]Validation. values()Returns an array containing the constants of this enum type, in the order they are declared.
-