> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt. ## 4.8.2 **`(fix):`** Only apply `@JsonIgnore` to query-parameter getters when the wrapped request has an inlined body. The 4.0.4 fix applied `@JsonIgnore` to every query getter, which made `toString()` / `ObjectMappers.stringify()` return `{}` for pure-query GETs and for referenced/file-upload/bytes bodies — none of which serialize the wrapped request.