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 ddd-boot-starter-mybatis-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.ddd.mybatis.config
├─ com.github.ddd.mybatis.config.MybatisAutoConfiguration.class - [JAR]
com.github.ddd.mybatis.core.mapper
├─ com.github.ddd.mybatis.core.mapper.BaseMapperX.class - [JAR]
com.github.ddd.mybatis.core.query
├─ com.github.ddd.mybatis.core.query.QueryWrapperX.class - [JAR]
com.github.ddd.mybatis.core.dataobject
├─ com.github.ddd.mybatis.core.dataobject.BaseDO.class - [JAR]
├─ com.github.ddd.mybatis.core.dataobject.BaseTenantDO.class - [JAR]
com.github.ddd.mybatis.core.handler
├─ com.github.ddd.mybatis.core.handler.DefaultDbFieldHandler.class - [JAR]
com.github.ddd.mybatis.core.util
├─ com.github.ddd.mybatis.core.util.MyBatisUtils.class - [JAR]