jar

com.sporniket.core : sporniket-core-reflection

Maven & Gradle

Nov 01, 2022
0 stars

sporniket-core-reflection · Reflection manipulation library

Table Of Contents

Latest Version

Download com.sporniket.core : sporniket-core-reflection JAR file - Latest Versions:

All Versions

Download com.sporniket.core : sporniket-core-reflection JAR file - All Versions:

Version Vulnerabilities Size Updated
22.11.x
22.09.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 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]

Advertisement