Programming language: - - -
Tags: Projects     Introspection    

Mirror alternatives and similar libraries

Based on the "Introspection" category.

  • Reflections

    Java runtime metadata analysis
  • jOOR

    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.
  • Sonar helps you commit clean code every time. With over 600 unique rules to find Java bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
  • ClassGraph

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

    High performance Java reflection
  • 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.

Do you think we are missing an alternative of Mirror or a related project?

Add another 'Introspection' Library