Page Contents
Home > @loopback/core > filterByServiceInterface
filterByServiceInterface() function
Create a binding filter by service class
Signature:
export declare function filterByServiceInterface(serviceInterface: ServiceInterface): BindingFilter;
Parameters
| Parameter | Type | Description |
|---|---|---|
|
serviceInterface |
Service class matching the one used by |
Returns: