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