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) | Constructs a new instance of the DefaultConfigurationResolver class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
context | readonly |
Context |
Methods
Method | Modifiers | Description |
---|---|---|
getConfigAsValueOrPromise(key, propertyPath, resolutionOptions) |