Abstract
Protected
constructorOptional
prefix: stringReadonly
backendProtected
forestProtected
Readonly
keyProtected
Readonly
mapperOptional
Readonly
prefixReadonly
schemaAbstract
nameThe name of the configuration source.
Abstract
ordinalThe ordinal of the configuration source.
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.
Persists the configuration source to the underlying storage backend.
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.
Puts an object value into the configuration.
The key to use to store the value in the configuration.
The value to store in the configuration.
Puts an array of object values into the configuration.
The key to use to store the values in the configuration.
The values to store in the configuration.
Puts a scalar value into the configuration.
The key to use to store the value in the configuration.
The value to store in the configuration.
Puts an array of string, boolean or numeric values into the configuration.
The key to use to store the values in the configuration.
The values to store in the configuration.
The forest model of the configuration keys and values.