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