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

Support for List<T> on Converters #9

Open
brunobat opened this issue Apr 8, 2020 · 2 comments
Open

Support for List<T> on Converters #9

brunobat opened this issue Apr 8, 2020 · 2 comments

Comments

@brunobat
Copy link

brunobat commented Apr 8, 2020

This is a suggestion to add support to convert List of objects to the Converters API interface.
Probably it should be Collection, but lists are simpler for a first version.

@dmlloyd
Copy link

dmlloyd commented Apr 8, 2020

Are you thinking as a general API enhancement? Because support exists in the implementation class io.smallrye.converters.Converters#newCollectionConverter.

@brunobat
Copy link
Author

brunobat commented Apr 8, 2020

Yes, as an enhancement. Lists are everywhere and supporting them out of the box would be handy.

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

2 participants