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 easy4j-dict-spring-boot-starter-0.5.1.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.easy4j.dict.modular.mapper
├─ cn.easy4j.dict.modular.mapper.SysDictItemMapper.class - [JAR]
├─ cn.easy4j.dict.modular.mapper.SysDictMapper.class - [JAR]
cn.easy4j.dict.core.jackson
├─ cn.easy4j.dict.core.jackson.JsonDictConvert.class - [JAR]
├─ cn.easy4j.dict.core.jackson.JsonDictConvertSerializer.class - [JAR]
cn.easy4j.dict.config
├─ cn.easy4j.dict.config.Easy4jDictAutoConfiguration.class - [JAR]
cn.easy4j.dict.modular.entity
├─ cn.easy4j.dict.modular.entity.SysDict.class - [JAR]
├─ cn.easy4j.dict.modular.entity.SysDictItem.class - [JAR]
cn.easy4j.dict.core.db
├─ cn.easy4j.dict.core.db.SysDictInitializer.class - [JAR]
├─ cn.easy4j.dict.core.db.SysDictItemInitializer.class - [JAR]
cn.easy4j.dict.modular.service
├─ cn.easy4j.dict.modular.service.SysDictCacheService.class - [JAR]
├─ cn.easy4j.dict.modular.service.SysDictItemService.class - [JAR]
├─ cn.easy4j.dict.modular.service.SysDictService.class - [JAR]
cn.easy4j.dict.modular.controller
├─ cn.easy4j.dict.modular.controller.SysDictCacheController.class - [JAR]
cn.easy4j.dict.modular.dto
├─ cn.easy4j.dict.modular.dto.GetSysDictDTO.class - [JAR]
├─ cn.easy4j.dict.modular.dto.PostSysDictDTO.class - [JAR]
├─ cn.easy4j.dict.modular.dto.PostSysDictItemDTO.class - [JAR]
├─ cn.easy4j.dict.modular.dto.PutSysDictDTO.class - [JAR]
├─ cn.easy4j.dict.modular.dto.PutSysDictItemDTO.class - [JAR]