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 kernel-dict-2.2.13.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.stylefeng.roses.kernel.dict.modular.service
├─ cn.stylefeng.roses.kernel.dict.modular.service.DictService.class - [JAR]
├─ cn.stylefeng.roses.kernel.dict.modular.service.DictTypeService.class - [JAR]
cn.stylefeng.roses.kernel.dict.core.db
├─ cn.stylefeng.roses.kernel.dict.core.db.DictInitializer.class - [JAR]
├─ cn.stylefeng.roses.kernel.dict.core.db.DictTypeInitializer.class - [JAR]
cn.stylefeng.roses.kernel.dict.modular.mapper
├─ cn.stylefeng.roses.kernel.dict.modular.mapper.DictMapper.class - [JAR]
├─ cn.stylefeng.roses.kernel.dict.modular.mapper.DictTypeMapper.class - [JAR]
cn.stylefeng.roses.kernel.dict.config
├─ cn.stylefeng.roses.kernel.dict.config.DictAutoConfiguration.class - [JAR]
cn.stylefeng.roses.kernel.dict.modular.model
├─ cn.stylefeng.roses.kernel.dict.modular.model.DictInfo.class - [JAR]
├─ cn.stylefeng.roses.kernel.dict.modular.model.DictTypeInfo.class - [JAR]
├─ cn.stylefeng.roses.kernel.dict.modular.model.TreeDictInfo.class - [JAR]
cn.stylefeng.roses.kernel.dict.modular.service.impl
├─ cn.stylefeng.roses.kernel.dict.modular.service.impl.DictServiceImpl.class - [JAR]
├─ cn.stylefeng.roses.kernel.dict.modular.service.impl.DictTypeServiceImpl.class - [JAR]
cn.stylefeng.roses.kernel.dict.core.exception
├─ cn.stylefeng.roses.kernel.dict.core.exception.DictExceptionEnum.class - [JAR]
cn.stylefeng.roses.kernel.dict.modular.controller
├─ cn.stylefeng.roses.kernel.dict.modular.controller.DictController.class - [JAR]
├─ cn.stylefeng.roses.kernel.dict.modular.controller.DictTypeController.class - [JAR]
cn.stylefeng.roses.kernel.dict.modular.entity
├─ cn.stylefeng.roses.kernel.dict.modular.entity.Dict.class - [JAR]
├─ cn.stylefeng.roses.kernel.dict.modular.entity.DictType.class - [JAR]