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 service-office-1.1.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.ikingtech.platform.service.office.controller
├─ com.ikingtech.platform.service.office.controller.AffixFileController.class - [JAR]
├─ com.ikingtech.platform.service.office.controller.OfficeDataCustomManagementController.class - [JAR]
├─ com.ikingtech.platform.service.office.controller.OfficeDataManagementController.class - [JAR]
├─ com.ikingtech.platform.service.office.controller.OfficeTempController.class - [JAR]
com.ikingtech.platform.service.office.entity
├─ com.ikingtech.platform.service.office.entity.AffixFile.class - [JAR]
├─ com.ikingtech.platform.service.office.entity.OfficeDataCustomBranch.class - [JAR]
├─ com.ikingtech.platform.service.office.entity.OfficeDataCustomBranchLogic.class - [JAR]
├─ com.ikingtech.platform.service.office.entity.OfficeDataCustomFields.class - [JAR]
├─ com.ikingtech.platform.service.office.entity.OfficeDataCustomFieldsParams.class - [JAR]
├─ com.ikingtech.platform.service.office.entity.OfficeDataCustomManagement.class - [JAR]
├─ com.ikingtech.platform.service.office.entity.OfficeDataFields.class - [JAR]
├─ com.ikingtech.platform.service.office.entity.OfficeDataManagement.class - [JAR]
├─ com.ikingtech.platform.service.office.entity.OfficeDataParams.class - [JAR]
├─ com.ikingtech.platform.service.office.entity.OfficeDataParamsType.class - [JAR]
├─ com.ikingtech.platform.service.office.entity.OfficeTemp.class - [JAR]
├─ com.ikingtech.platform.service.office.entity.OfficeTempRecord.class - [JAR]
com.ikingtech.platform.service.office.configuration
├─ com.ikingtech.platform.service.office.configuration.OfficeConfiguration.class - [JAR]
com.ikingtech.platform.service.office.mapper
├─ com.ikingtech.platform.service.office.mapper.AffixFileMapper.class - [JAR]
├─ com.ikingtech.platform.service.office.mapper.OfficeDataCustomBranchLogicMapper.class - [JAR]
├─ com.ikingtech.platform.service.office.mapper.OfficeDataCustomBranchMapper.class - [JAR]
├─ com.ikingtech.platform.service.office.mapper.OfficeDataCustomFieldsMapper.class - [JAR]
├─ com.ikingtech.platform.service.office.mapper.OfficeDataCustomFieldsParamsMapper.class - [JAR]
├─ com.ikingtech.platform.service.office.mapper.OfficeDataCustomManagementMapper.class - [JAR]
├─ com.ikingtech.platform.service.office.mapper.OfficeDataFieldsMapper.class - [JAR]
├─ com.ikingtech.platform.service.office.mapper.OfficeDataManagementMapper.class - [JAR]
├─ com.ikingtech.platform.service.office.mapper.OfficeDataParamsMapper.class - [JAR]
├─ com.ikingtech.platform.service.office.mapper.OfficeDataParamsTypeMapper.class - [JAR]
├─ com.ikingtech.platform.service.office.mapper.OfficeTempMapper.class - [JAR]
├─ com.ikingtech.platform.service.office.mapper.OfficeTempRecordMapper.class - [JAR]
com.ikingtech.platform.service.office.runner
├─ com.ikingtech.platform.service.office.runner.LogicOperatorRegisterRunner.class - [JAR]
com.ikingtech.platform.service.office.service
├─ com.ikingtech.platform.service.office.service.AffixFileService.class - [JAR]
├─ com.ikingtech.platform.service.office.service.OfficeDataCustomBranchLogicService.class - [JAR]
├─ com.ikingtech.platform.service.office.service.OfficeDataCustomBranchService.class - [JAR]
├─ com.ikingtech.platform.service.office.service.OfficeDataCustomFieldsParamsService.class - [JAR]
├─ com.ikingtech.platform.service.office.service.OfficeDataCustomFieldsService.class - [JAR]
├─ com.ikingtech.platform.service.office.service.OfficeDataCustomManagementService.class - [JAR]
├─ com.ikingtech.platform.service.office.service.OfficeDataManagementService.class - [JAR]
├─ com.ikingtech.platform.service.office.service.OfficeDataParamsTypeService.class - [JAR]
├─ com.ikingtech.platform.service.office.service.OfficeTempService.class - [JAR]