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 kq-universal-log-starter-1.1.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.kqinfo.universal.log.parser
├─ com.kqinfo.universal.log.parser.LogRecordExpressionEvaluator.class - [JAR]
com.kqinfo.universal.log.config
├─ com.kqinfo.universal.log.config.LogRecordAutoConfiguration.class - [JAR]
com.kqinfo.universal.log.service
├─ com.kqinfo.universal.log.service.DefaultLogRecordServiceImpl.class - [JAR]
├─ com.kqinfo.universal.log.service.LogRecordService.class - [JAR]
├─ com.kqinfo.universal.log.service.OperatorService.class - [JAR]
com.kqinfo.universal.log.context
├─ com.kqinfo.universal.log.context.LogRecordEvaluationContext.class - [JAR]
com.kqinfo.universal.log.result
├─ com.kqinfo.universal.log.result.PageResult.class - [JAR]
com.kqinfo.universal.log.domain
├─ com.kqinfo.universal.log.domain.OperateLog.class - [JAR]
├─ com.kqinfo.universal.log.domain.Operator.class - [JAR]
com.kqinfo.universal.log.annotation
├─ com.kqinfo.universal.log.annotation.LogRecord.class - [JAR]
com.kqinfo.universal.log.aspect
├─ com.kqinfo.universal.log.aspect.LogAspect.class - [JAR]