Uses of Enum Class
io.mangoo.enums.Key

Packages that use Key
Package
Description
 
 
 
  • Uses of Key in io.mangoo.core

    Methods in io.mangoo.core with parameters of type Key
    Modifier and Type
    Method
    Description
    boolean
    Config.getBoolean(Key key)
    Retrieves a configuration value with the given key constant (e.g.
    boolean
    Config.getBoolean(Key key, boolean defaultValue)
    Retrieves a configuration value with the given key constant (e.g.
    int
    Config.getInt(Key key)
    Retrieves a configuration value with the given key constant (e.g.
    int
    Config.getInt(Key key, int defaultValue)
    Retrieves a configuration value with the given key constant (e.g.
    long
    Config.getLong(Key key)
    Retrieves a configuration value with the given key constant (e.g.
    long
    Config.getLong(Key key, long defaultValue)
    Retrieves a configuration value with the given key constant (e.g.
    Config.getString(Key key)
    Retrieves a configuration value with the given key constant (e.g.
    Config.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 Key
    Key.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static Key[]
    Key.values()
    Returns an array containing the constants of this enum class, 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
    Messages.get(Key key, Object... arguments)
    Returns a localized value for a given key stored in messages_xx.properties and passing the given arguments