Get values from the configuration and attempts to convert them to the specified type.
Path to the wanted config value. See get().
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
See Implementation
Get values from the configuration and attempts to convert them to the specified type.