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 structlog-0.0.6-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.amaranth.structlog.struct
├─ com.amaranth.structlog.struct.StructLog.class - [JAR]
├─ com.amaranth.structlog.struct.StructLogFactory.class - [JAR]
├─ com.amaranth.structlog.struct.StructLogPojo.class - [JAR]
structlog
├─ structlog.TestRequest.class - [JAR]
├─ structlog.TestSerDeser.class - [JAR]
com.amaranth.structlog.struct.util
├─ com.amaranth.structlog.struct.util.SerDeserHelper.class - [JAR]
com.amaranth.structlog.db
├─ com.amaranth.structlog.db.IDaoSave.class - [JAR]