Retrieves the value of the specified key from the configuration source and converts it to a boolean.
The key to use to retrieve the value from the configuration source.
The value of the specified key as a boolean.
Retrieves the value of the specified key from the configuration source and converts it to a number.
The key to use to retrieve the value from the configuration source.
The value of the specified key as a number.
Retrieves the value of the specified key from the configuration source and converts it an object of the specified type. If the key is not specified, the method returns the entire configuration as an object.
The class of the object to which the value should be converted.
Optional
key: stringThe key to use to retrieve the value from the configuration source.
The value of the specified key as a boolean.
Retrieves the value of the specified key from the configuration source and converts it to an array of objects of the specified type. If the key is not specified, the method returns the entire configuration as an array of objects.
The class of the objects to which the values should be converted.
The key to use to retrieve the values from the configuration source.
Retrieves the value of the specified key from the configuration source and converts it to a string.
The key to use to retrieve the value from the configuration source.
The value of the specified key as a string.
Retrieves the value of the specified key from the configuration source and converts it to a string array.
The key to use to retrieve the value from the configuration source.
The value of the specified key as a string array.
Enumerates the key-value pairs that are available in the configuration source.
A map of key-value pairs that are available in the configuration source.
Enumerates the set of property names that are available in the configuration source.
A set of property names that are available in the configuration source.
Reloads the configuration source from the underlying storage backend.
Represents a single application wide multi-layer configuration.