Page Contents
Home > @loopback/context > DefaultConfigurationResolver
DefaultConfigurationResolver class
Resolver for configurations of bindings
Signature:
export declare class DefaultConfigurationResolver implements ConfigurationResolver
Implements: ConfigurationResolver
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| [(constructor)(context)](/doc/en/lb4/apidocs.context.defaultconfigurationresolver._constructor_.html) | Constructs a new instance of the `DefaultConfigurationResolver` class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| [context](/doc/en/lb4/apidocs.context.defaultconfigurationresolver.context.html) | `readonly` | [Context](/doc/en/lb4/apidocs.context.context.html) |
Methods
| Method | Modifiers | Description |
|---|---|---|
| [getConfigAsValueOrPromise(key, propertyPath, resolutionOptions)](/doc/en/lb4/apidocs.context.defaultconfigurationresolver.getconfigasvalueorpromise.html) |