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 method-interceptor-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.zgh.jg.plugin
├─ com.zgh.jg.plugin.MethodInterceptorPlugin.class - [JAR]
com.example.zghplugin.extension
├─ com.example.zghplugin.extension.MethodInterceptorConfig.class - [JAR]
com.example.zghplugin.jg
├─ com.example.zghplugin.jg.MIClassVisitor.class - [JAR]
├─ com.example.zghplugin.jg.MIMethodVisitor2.class - [JAR]