View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window sporniket-core-reflection-22.11.00.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.sporniket.reflection
├─ com.sporniket.reflection.UtilsReflection.class - [JAR]
com.sporniket.reflection.model
├─ com.sporniket.reflection.model.Getter.class - [JAR]
├─ com.sporniket.reflection.model.GetterDirectFromField.class - [JAR]
├─ com.sporniket.reflection.model.GetterUsingMethod.class - [JAR]
├─ com.sporniket.reflection.model.Model.class - [JAR]
├─ com.sporniket.reflection.model.Property.class - [JAR]
├─ com.sporniket.reflection.model.SetterDirectToField.class - [JAR]
├─ com.sporniket.reflection.model.SetterUsingMethod.class - [JAR]
├─ com.sporniket.reflection.model.SetterUsingStringValue.class - [JAR]