Skip to content

Commit

Permalink
Add JandexReflection.loadType()
Browse files Browse the repository at this point in the history
The `loadType()` method returns an implementation of `java.lang.reflect.Type`.
If possible, it is compatible with the JDK implementation, in the sense that
`equals()` and `hashCode()` work as expected. Unfortunately, the JDK makes
that impossible if the type contains type variables.
  • Loading branch information
Ladicek committed Feb 3, 2025
1 parent b7a67a6 commit 79347d9
Show file tree
Hide file tree
Showing 2 changed files with 671 additions and 25 deletions.
Loading

0 comments on commit 79347d9

Please sign in to comment.