Uses of Class
io.mangoo.enums.Key
-
Packages that use Key Package Description io.mangoo.core io.mangoo.enums io.mangoo.i18n -
-
Uses of Key in io.mangoo.core
Methods in io.mangoo.core with parameters of type Key Modifier and Type Method Description booleanConfig. getBoolean(Key key)Retrieves a configuration value with the given key constant (e.g.booleanConfig. getBoolean(Key key, boolean defaultValue)Retrieves a configuration value with the given key constant (e.g.intConfig. getInt(Key key)Retrieves a configuration value with the given key constant (e.g.intConfig. getInt(Key key, int defaultValue)Retrieves a configuration value with the given key constant (e.g.longConfig. getLong(Key key)Retrieves a configuration value with the given key constant (e.g.longConfig. getLong(Key key, long defaultValue)Retrieves a configuration value with the given key constant (e.g.StringConfig. getString(Key key)Retrieves a configuration value with the given key constant (e.g.StringConfig. getString(Key key, String defaultValue)Retrieves a configuration value with the given key constant (e.g. -
Uses of Key in io.mangoo.enums
Methods in io.mangoo.enums that return Key Modifier and Type Method Description static KeyKey. valueOf(String name)Returns the enum constant of this type with the specified name.static Key[]Key. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Key in io.mangoo.i18n
Methods in io.mangoo.i18n with parameters of type Key Modifier and Type Method Description StringMessages. get(Key key, Object... arguments)Returns a localized value for a given key stored in messages_xx.properties and passing the given arguments
-