IConfigAccessor provides type-safe access to configuration objects.
IConfigAccessor
Get a value from the config, or null if missing/undefined.
The config value path to retrieve.
The value or null if not present.
Get a value from the config, or return default value.
The default value when not found.
The value or default value.
IConfigAccessorprovides type-safe access to configuration objects.