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 soffa-core-commons-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.soffa.comons.core.databind
├─ io.soffa.comons.core.databind.InvalidJsonException.class - [JAR]
├─ io.soffa.comons.core.databind.JSON.class - [JAR]
io.soffa.comons.core.uuids
├─ io.soffa.comons.core.uuids.IDs.class - [JAR]
io.soffa.comons.core.exception
├─ io.soffa.comons.core.exception.ApplicationException.class - [JAR]
├─ io.soffa.comons.core.exception.FunctionalException.class - [JAR]
├─ io.soffa.comons.core.exception.TechnicalException.class - [JAR]
io.soffa.comons.core
├─ io.soffa.comons.core.Collections.class - [JAR]
├─ io.soffa.comons.core.Reflection.class - [JAR]