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

Handle wildcard types to support Kotlin better #270

Merged
merged 1 commit into from
Oct 20, 2024

Conversation

vicr123
Copy link
Contributor

@vicr123 vicr123 commented Oct 19, 2024

This PR adds support to the marshaller for wildcard types (e.g. Map<String, ? extends List<String> -> a{sas}) which is needed because reflection in Kotlin transforms a Map<String, List<String>> into the former.

Closes #269

@hypfvieh hypfvieh merged commit 78d4e0b into hypfvieh:master Oct 20, 2024
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

Successfully merging this pull request may close these issues.

Marshalling a Map with a generic type does not work
2 participants