Add @QueryMap mapEncoder attribute
Open
Nobody has claimed this yet.
proposal
waiting for votes
- Dominant language
- Java
- Stars
- 9.8k
- Forks
- 1.9k
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 41
Description
As shown in this PR #2098 we would like to add the possibility to override at a method level, for the same client, with a different QueryMapEncoder, than the declared one in the Builder.
Thank you for discussing and/or reviewing it.
Regards,
Pierre
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing PR #2098 and the existing QueryMapEncoder configuration in the Feign client Builder. Trace how @QueryMap methods select their encoder and determine how a method-level mapEncoder attribute should override the client-level declaration. Done means the override works for one method without changing other methods on the same client.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100