Path to the wanted config value. See get().
(Optional) Value to return when the given configPath is invalid. When not supplied a ConfigPathNotFoundException exception is thrown.
The value at the path in the configuration.
ConfigReadException when something goes wrong reading the config. ConfigPathNotFoundException when the given path does not exist in the config.
get
Get values from the configuration and attempts to convert them to the specified type.