Page Contents
Home > @loopback/core > CoreBindings
CoreBindings namespace
Namespace for core binding keys
Signature:
export declare namespace CoreBindings
Variables
| Variable | Description |
|---|---|
| APPLICATION_CONFIG | Binding key for application configuration |
| APPLICATION_INSTANCE | Binding key for application instance itself |
| APPLICATION_METADATA | Binding key for the content of package.json |
| COMPONENTS | Binding key for components |
| CONTROLLER_CLASS | Binding key for the controller class resolved in the current request context |
| CONTROLLER_CURRENT | Binding key for the controller instance resolved in the current request context |
| CONTROLLER_METHOD_META | Binding key for the controller method metadata resolved in the current request context |
| CONTROLLER_METHOD_NAME | Binding key for the controller method resolved in the current request context |
| CONTROLLERS | |
| LIFE_CYCLE_OBSERVER_OPTIONS | Binding key for life cycle observer options |
| LIFE_CYCLE_OBSERVER_REGISTRY | Binding key for life cycle observer options |
| LIFE_CYCLE_OBSERVERS | |
| SERVERS | Binding key for servers |