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-08-15 UTC."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eRequestParamsExtractor\u003c/code\u003e interface, focusing on its functionality in extracting request parameters.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRequestParamsExtractor\u003c/code\u003e interface is designed to extract specific field values from a request message and convert them into key-value string pairs.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation lists a range of versions for \u003ccode\u003eRequestParamsExtractor\u003c/code\u003e from 2.7.1 all the way to 2.63.1, with the latter listed as the latest.\u003c/p\u003e\n"],["\u003cp\u003eThe interface's primary method, \u003ccode\u003eextract(RequestT request)\u003c/code\u003e, takes a request message and returns a map of field names to their string representations.\u003c/p\u003e\n"],["\u003cp\u003eNested fields within the request message can also be extracted, using dot notation for the field names.\u003c/p\u003e\n"]]],[],null,[]]