You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even though Java generics are erased before runtime and not exposed via JNI, it might be useful to have them integrated in jni.hpp somehow for additional type-safety. One potential starting point: provide a way to write a method binding that specifies specialized generic types such as Object<List<Object<Integer>>>.
The text was updated successfully, but these errors were encountered:
Even though Java generics are erased before runtime and not exposed via JNI, it might be useful to have them integrated in jni.hpp somehow for additional type-safety. One potential starting point: provide a way to write a method binding that specifies specialized generic types such as
Object<List<Object<Integer>>>
.The text was updated successfully, but these errors were encountered: