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 MobuRouterPlugin-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.mobu.router.plugin.core
├─ com.mobu.router.plugin.core.RegisterTransform.class - [JAR]
com.mobu.router.plugin
├─ com.mobu.router.plugin.RouterPlugin.class - [JAR]
com.mobu.router.plugin.test
├─ com.mobu.router.plugin.test.JavaTestTransform.class - [JAR]
├─ com.mobu.router.plugin.test.RouterTestPlugin.class - [JAR]
com.mobu.router.plugin.util
├─ com.mobu.router.plugin.util.CommonUtilKt.class - [JAR]
├─ com.mobu.router.plugin.util.LogUtil.class - [JAR]
├─ com.mobu.router.plugin.util.RegisterCodeUtil.class - [JAR]