Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing setters from public collection package #937

Open
Tracked by #945
blotus opened this issue Dec 12, 2023 · 0 comments
Open
Tracked by #945

Missing setters from public collection package #937

blotus opened this issue Dec 12, 2023 · 0 comments

Comments

@blotus
Copy link
Contributor

blotus commented Dec 12, 2023

Hello,

I was trying to write a custom body processor, and I realized that the interfaces (except for Map) in the collection package do not expose any setter (contrary to the internal collections package used in the built-in body processors).

It's not a huge issue as you can workaround this by creating your own interface that exposes a Set() method and use that instead, but it's definitely a bit awkward/counter-intuitive.

@jptosso jptosso mentioned this issue Dec 19, 2023
16 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant