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
I debugged the program and found that in com.thoughtworks.qdox.library.ClassLoaderLibrary#resolveJavaClass, the resolved JavaClass no longer has generic information.
The portion circled in red is just an example; in fact, I clicked on many properties but could not find any generic information.
qdox parses bytecode without generic information
Hello, I encountered an issue while using qdox. When qdox parses bytecode, the returned JavaClass does not contain generic information
maven
Code for reproducing the issue
Printed Output
The printed output above does not include generic information T for classDto,The information is included in the bytecode.
How can I retrieve the generic information from the bytecode? Like This:
This is my demo project. https://github.com/growmuye/qdox-generic-demo.git
Please refer to the code above in demo.Example.
The text was updated successfully, but these errors were encountered: