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 tr-common-web-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.tr.common.web.service.impl
├─ io.github.tr.common.web.service.impl.BaseServiceImpl.class - [JAR]
├─ io.github.tr.common.web.service.impl.WrapperServiceImpl.class - [JAR]
io.github.tr.common.web
├─ io.github.tr.common.web.package-info.class - [JAR]
io.github.tr.common.web.utils
├─ io.github.tr.common.web.utils.IQueryFunction.class - [JAR]
├─ io.github.tr.common.web.utils.ModelUtil.class - [JAR]
io.github.tr.common.web.service
├─ io.github.tr.common.web.service.IBaseExcelHandler.class - [JAR]
├─ io.github.tr.common.web.service.IBaseService.class - [JAR]
io.github.tr.common.web.converter
├─ io.github.tr.common.web.converter.DateTimeConverter.class - [JAR]
io.github.tr.common.web.controller
├─ io.github.tr.common.web.controller.BaseController.class - [JAR]
io.github.tr.common.web.config
├─ io.github.tr.common.web.config.ConverterConfig.class - [JAR]