A request params extractor takes a request message, extracts specific field values from
it, converts them in strings and returns them as key-value pairs, where a key is a request field
name and a value is a string representation of a field value. Nested fields should also be
extractable, in such case the "dot notation" can be used to represent a nested field name, for
example "field_name.nested_field_name".
Implementations of this interface are expected to be autogenerated.
Extracts specific fields from the request and returns them in a form of key-value
pairs, where a key is a field name and a value is a field's string representation. To represent
nested field names the "dot notation" can be used.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The latest version available for `RequestParamsExtractor` is 2.63.1, but version 2.43.0 is also listed as a current version."],["This page provides documentation and links for various versions of the `RequestParamsExtractor` class, ranging from 2.63.1 down to 2.7.1."],["`RequestParamsExtractor` is an interface that extracts specific field values from a request message, converts them to strings, and returns them as key-value pairs."],["The `extract` method in the `RequestParamsExtractor` interface takes a `RequestT` message as input and returns a map of string key-value pairs representing extracted field data."],["Implementations of `RequestParamsExtractor` are intended to be automatically generated, and can handle nested fields using dot notation in field names."]]],[]]