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 co.jufeng.accessor.mybatis-2.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
co.jufeng.accessor.mybatis.config
├─ co.jufeng.accessor.mybatis.config.MyBatisConfiguration.class - [JAR]
co.jufeng.accessor.mybatis
├─ co.jufeng.accessor.mybatis.MapWrapperFactory.class - [JAR]
├─ co.jufeng.accessor.mybatis.MyMapWrapper.class - [JAR]
org.apache.ibatis.reflection.wrapper
├─ org.apache.ibatis.reflection.wrapper.DefaultObjectWrapperFactory.class - [JAR]
├─ org.apache.ibatis.reflection.wrapper.ExpandMapperScan.class - [JAR]
├─ org.apache.ibatis.reflection.wrapper.ExpandMapperScannerRegistrar.class - [JAR]