@loopback/docs
Version:
Documentation for LoopBack 4
42 lines (28 loc) • 1.22 kB
Markdown
lang: en
title: 'API docs: rest.findrouteprovider'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
permalink: /doc/en/lb4/apidocs.rest.findrouteprovider.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/rest](./rest.md) > [FindRouteProvider](./rest.findrouteprovider.md)
## FindRouteProvider class
<b>Signature:</b>
```typescript
export declare class FindRouteProvider implements Provider<FindRoute>
```
## Constructors
| Constructor | Modifiers | Description |
| --- | --- | --- |
| [(constructor)(context, handler)](./rest.findrouteprovider.(constructor).md) | | Constructs a new instance of the <code>FindRouteProvider</code> class |
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [context](./rest.findrouteprovider.context.md) | | <code>Context</code> | |
| [handler](./rest.findrouteprovider.handler.md) | | <code>HttpHandler</code> | |
## Methods
| Method | Modifiers | Description |
| --- | --- | --- |
| [action(request)](./rest.findrouteprovider.action.md) | | |
| [value()](./rest.findrouteprovider.value.md) | | |