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 web-starter-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cloud.webgen.web.starter.controller
├─ cloud.webgen.web.starter.controller.ApiController.class - [JAR]
cloud.webgen.web.starter.exeptions
├─ cloud.webgen.web.starter.exeptions.HttpException.class - [JAR]
cloud.webgen.web.starter.repository
├─ cloud.webgen.web.starter.repository.AuditRepository.class - [JAR]
cloud.webgen.web.starter
├─ cloud.webgen.web.starter.Main.class - [JAR]
cloud.webgen.web.starter.service
├─ cloud.webgen.web.starter.service.CrudService.class - [JAR]
├─ cloud.webgen.web.starter.service.ICrudService.class - [JAR]
cloud.webgen.web.starter.handler
├─ cloud.webgen.web.starter.handler.ErrorHandler.class - [JAR]
cloud.webgen.web.starter.annotations
├─ cloud.webgen.web.starter.annotations.AutoControlable.class - [JAR]
cloud.webgen.web.starter.models
├─ cloud.webgen.web.starter.models.BaseAuditModel.class - [JAR]
cloud.webgen.web.starter.config
├─ cloud.webgen.web.starter.config.AutoControllableFactoryConfig.class - [JAR]
├─ cloud.webgen.web.starter.config.WebGenBaseConfig.class - [JAR]
cloud.webgen.web.starter.utils
├─ cloud.webgen.web.starter.utils.BeanLocator.class - [JAR]
├─ cloud.webgen.web.starter.utils.BeanProjectFinder.class - [JAR]
├─ cloud.webgen.web.starter.utils.StringUtils.class - [JAR]