AbstractThe type of the environment key. Defaults to EnvironmentType.
The configuration object type. Defaults to Config.
The type of the environment key. Defaults to EnvironmentType.
The configuration object type. Defaults to Config.
Abstract ReadonlydefaultThe default configuration loader to use when a requested environment is not in the pool.
Retrieves the configuration loader for the specified environment. If no loader is configured for the given environment, falls back to the defaultLoader.
The environment key to retrieve the loader for.
The configuration loader associated with the environment, or the default loader.
An abstract pool managing configuration loaders mapped to specific environments. Extends the native
Mapto associate environments with their corresponding loaders.