Introspection libraries
Showing projects tagged as Introspection
-
Reflections
8.2 0.3 JavaReflections scans your classpath, indexes the metadata, allows you to query it on runtime and may save and collect that information for many modules within your project. -
jOOR
7.5 2.6 JavajOOR stands for jOOR Object Oriented Reflection. It is a simple wrapper for the java.lang.reflect package. -
ClassGraph
6.9 8.5 JavaClassGraph (formerly FastClasspathScanner) is an uber-fast, ultra-lightweight, parallelized classpath scanner and module scanner for Java, Scala, Kotlin and other JVM languages. -
ReflectASM
6.2 0.0 JavaReflectASM is a very small Java library that provides high performance reflection by using code generation. -
Objenesis
4.5 3.2 JavaAllows dynamic instantiation without default constructor, e.g. constructors which have required arguments, side effects or throw exceptions. -
Mirror
-Mirror was created to bring light to a simple problem, usually named ReflectionUtil, which is on almost all projects that rely on reflection to do advanced tasks.