jar

com.github.ekryd.reflection-utils : reflection-utils

Maven & Gradle

Aug 22, 2023
4 usages
11 stars

Reflection utils · A utility library to handle Java reflection with ease

Table Of Contents

Latest Version

Download com.github.ekryd.reflection-utils : reflection-utils JAR file - Latest Versions:

All Versions

Download com.github.ekryd.reflection-utils : reflection-utils JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x
1.0.x
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window reflection-utils-1.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

refutils.util

├─ refutils.util.ConstructorHelper.class - [JAR]

├─ refutils.util.FieldComparator.class - [JAR]

├─ refutils.util.FieldExtractor.class - [JAR]

├─ refutils.util.FieldHelper.class - [JAR]

├─ refutils.util.MakeFieldAccessible.class - [JAR]

├─ refutils.util.PrimitiveMatcher.class - [JAR]

refutils

├─ refutils.ReflectionHelper.class - [JAR]

├─ refutils.ReflectionHelperException.class - [JAR]

Advertisement