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 hotswap-agent-mybatis-plugin-1.4.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.hotswap.agent.plugin.mybatis.proxy
├─ org.hotswap.agent.plugin.mybatis.proxy.ConfigurationProxy.class - [JAR]
org.hotswap.agent.plugin.mybatis
├─ org.hotswap.agent.plugin.mybatis.MyBatisPlugin.class - [JAR]
├─ org.hotswap.agent.plugin.mybatis.MyBatisRefreshCommands.class - [JAR]
org.hotswap.agent.plugin.mybatis.transformers
├─ org.hotswap.agent.plugin.mybatis.transformers.MyBatisTransformers.class - [JAR]
├─ org.hotswap.agent.plugin.mybatis.transformers.XPathParserCaller.class - [JAR]