jOOR
ReflectASM
jOOR | ReflectASM | |
---|---|---|
- | - | |
2,821 | 1,541 | |
0.2% | 0.5% | |
2.8 | 0.0 | |
4 months ago | about 2 years ago | |
Java | Java | |
Apache License 2.0 | BSD 3-clause "New" or "Revised" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
jOOR
We haven't tracked posts mentioning jOOR yet.
Tracking mentions began in Dec 2020.
ReflectASM
We haven't tracked posts mentioning ReflectASM yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
Reflections - Java runtime metadata analysis
ClassGraph - An uber-fast parallelized Java classpath scanner and module scanner.
Objenesis - Okay, it's pretty easy to instantiate objects in Java through standard reflection. However there are many cases where you need to go beyond what reflection provides. For example, if there's no public constructor, you want to bypass the constructor code, or set final fields. There are numerous clever (but fiddly) approaches to getting around this and this library provides a simple way to get at them. You will find the official site here.