A request mutator takes a request message, applies some Function to it, and then returns
the modified request message. This is currently only used for autopopulation of the
request ID.
Implementations of this interface are expected to be autogenerated.
[[["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-02 UTC."],[[["The latest version of the `RequestMutator` is 2.63.1, with a comprehensive list of versions available, ranging from 2.63.1 down to 2.7.1."],["`RequestMutator` is a Java interface designed to modify a request message (`RequestT`) by applying a specified function."],["The `apply` method within the `RequestMutator` interface takes a `RequestT` request message as input and returns a modified `RequestT`."],["The implementation of this interface is intended to be autogenerated, for functions such as the autopopulation of the request ID."]]],[]]