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 mybatis-query-0.0.4-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.jianghu.winter.query.annotation
├─ com.jianghu.winter.query.annotation.MapperTable.class - [JAR]
├─ com.jianghu.winter.query.annotation.QueryField.class - [JAR]
├─ com.jianghu.winter.query.annotation.QueryTable.class - [JAR]
com.jianghu.winter.query.util
├─ com.jianghu.winter.query.util.BeanUtils.class - [JAR]
com.jianghu.winter.query.core
├─ com.jianghu.winter.query.core.AbstractMybatisDataService.class - [JAR]
├─ com.jianghu.winter.query.core.CommonUtil.class - [JAR]
├─ com.jianghu.winter.query.core.CrudProvider.class - [JAR]
├─ com.jianghu.winter.query.core.IMapper.class - [JAR]
├─ com.jianghu.winter.query.core.IntegerId.class - [JAR]
├─ com.jianghu.winter.query.core.LongId.class - [JAR]
├─ com.jianghu.winter.query.core.MapperTableDriver.class - [JAR]
├─ com.jianghu.winter.query.core.MybatisDataService.class - [JAR]
├─ com.jianghu.winter.query.core.Operation.class - [JAR]
├─ com.jianghu.winter.query.core.PageList.class - [JAR]
├─ com.jianghu.winter.query.core.PageQuery.class - [JAR]
├─ com.jianghu.winter.query.core.Persistable.class - [JAR]
├─ com.jianghu.winter.query.core.Processor.class - [JAR]
├─ com.jianghu.winter.query.core.QueryProvider.class - [JAR]
├─ com.jianghu.winter.query.core.QuerySuffixEnum.class - [JAR]
com.jianghu.winter.query.cache
├─ com.jianghu.winter.query.cache.CacheInvoker.class - [JAR]
├─ com.jianghu.winter.query.cache.CacheUtil.class - [JAR]
├─ com.jianghu.winter.query.cache.CacheWrapper.class - [JAR]