Interface RequestParamsEncoder<RequestT> (2.83.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterfaceRequestParamsEncoder<RequestT>
A request params encoder takes a request object and encodes some (or all) of its
parameters in a string form following specific parameter extraction and string encoding rules,
defined by concrete implementations of this interface.