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

Documentation not clear on Java generics. #134

Closed
diadara opened this issue Oct 6, 2014 · 1 comment
Closed

Documentation not clear on Java generics. #134

diadara opened this issue Oct 6, 2014 · 1 comment

Comments

@diadara
Copy link

diadara commented Oct 6, 2014

I am trying to create a an array list of a custom class using autoclass. I haven't been able to find the appropriate examples or documentation regarding the same. Does pyjnius support java generics ? If yes then please add it to a more accessible location and if no, mention that somewhere in the docs. I am sorry if I have missed something obvious.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@diadara diadara changed the title Documentation not clear on Java generiscs ? Documentation not clear on Java generics. Oct 6, 2014
@KeyWeeUsr
Copy link
Contributor

This answer describes is pretty well. Generally, no, it's not possible and for the JNI side you should always use proper signatures (therefore even with PyJNIus).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants