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

Whether to consider support for Java Type parameters? #13

Open
hushenghao opened this issue Jun 29, 2022 · 1 comment
Open

Whether to consider support for Java Type parameters? #13

hushenghao opened this issue Jun 29, 2022 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@hushenghao
Copy link

KType restricts the work of some Java dynamic proxy frameworks, such as Retrofit.

Doing so breaks the nature of Type-safe and cause the default functionality to not work, but it does make the framework more flexible.

But this work is not simple. Gson and Jackson have done a lot of work to support different Type in Java.

@valderman
Copy link
Owner

If anyone wants to work on this I would consider merging it, as long as it doesn't break existing functionality (type safety in particular) or turn the code base into a horrible mess. I will not work on it myself however, as I have neither the time nor any real use for it.

@valderman valderman added the help wanted Extra attention is needed label Jun 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants