Selected Tags

Click on a tag to remove it

Introspection libraries

Showing projects tagged as Introspection

  • Reflections

    8.3 3.2 Java
    Java runtime metadata analysis
  • jOOR

    7.5 5.2 Java
    jOOR - Fluent Reflection in Java jOOR is a very simple fluent API that gives access to your Java Class structures in a more intuitive way. The JDK's reflection APIs are hard and verbose to use. Other languages have much simpler constructs to access type meta information at runtime. Let us make Java reflection better.
  • ClassGraph

    7.4 8.8 Java
    An uber-fast parallelized Java classpath scanner and module scanner.
  • ReflectASM

    6.5 0.0 Java
    High performance Java reflection
  • Objenesis

    4.9 8.4 Java
    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.
  • 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.