UNPKG

@loopback/docs

Version:
36 lines (23 loc) 989 B
--- lang: en title: 'API docs: rest.parseparamsprovider' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar permalink: /doc/en/lb4/apidocs.rest.parseparamsprovider.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/rest](./rest.md) &gt; [ParseParamsProvider](./rest.parseparamsprovider.md) ## ParseParamsProvider class Provides the function for parsing args in requests at runtime. <b>Signature:</b> ```typescript export declare class ParseParamsProvider implements Provider<ParseParams> ``` ## Constructors | Constructor | Modifiers | Description | | --- | --- | --- | | [(constructor)(requestBodyParser, options)](./rest.parseparamsprovider._constructor_.md) | | Constructs a new instance of the <code>ParseParamsProvider</code> class | ## Methods | Method | Modifiers | Description | | --- | --- | --- | | [value()](./rest.parseparamsprovider.value.md) | | |