@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
44 lines (30 loc) • 1.46 kB
Markdown
---
lang: en
title: 'API docs: rest.findrouteprovider'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/strongloop/loopback-next/tree/master/packages/rest
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>
```
<b>Implements:</b> [Provider](./context.provider.md)<!-- --><[FindRoute](./rest.findroute.md)<!-- -->>
## 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) | | [Context](./context.context.md) | |
| [handler](./rest.findrouteprovider.handler.md) | | [HttpHandler](./rest.httphandler.md) | |
## Methods
| Method | Modifiers | Description |
| --- | --- | --- |
| [action(request)](./rest.findrouteprovider.action.md) | | |
| [value()](./rest.findrouteprovider.value.md) | | |