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 nutz-plugins-profiler-1.r.69.v20220215.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.nutz.plugins.profiler.storage
├─ org.nutz.plugins.profiler.storage.SqlPrStorage.class - [JAR]
org.nutz.plugins.profiler
├─ org.nutz.plugins.profiler.Pr.class - [JAR]
├─ org.nutz.plugins.profiler.PrContext.class - [JAR]
├─ org.nutz.plugins.profiler.PrSpan.class - [JAR]
├─ org.nutz.plugins.profiler.PrStorage.class - [JAR]
org.nutz.plugins.profiler.impl
├─ org.nutz.plugins.profiler.impl.DefaultPr.class - [JAR]
├─ org.nutz.plugins.profiler.impl.PrDaoInterceptor.class - [JAR]
├─ org.nutz.plugins.profiler.impl.PrProcessor.class - [JAR]