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 simple-batch-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.huoguo.batch.service
├─ com.huoguo.batch.service.BatchFillService.class - [JAR]
├─ com.huoguo.batch.service.BatchService.class - [JAR]
com.huoguo.batch.model
├─ com.huoguo.batch.model.Splicer.class - [JAR]
com.huoguo.batch.service.impl
├─ com.huoguo.batch.service.impl.BatchServiceImpl.class - [JAR]
com.huoguo.batch.template
├─ com.huoguo.batch.template.AbstractTemplate.class - [JAR]
com.huoguo.batch.template.child
├─ com.huoguo.batch.template.child.BatchDeleteTemplate.class - [JAR]
├─ com.huoguo.batch.template.child.BatchInsertTemplate.class - [JAR]
├─ com.huoguo.batch.template.child.BatchUpdateTemplate.class - [JAR]
com.huoguo.batch.constant
├─ com.huoguo.batch.constant.BatchConstants.class - [JAR]
com.huoguo.batch.annotation
├─ com.huoguo.batch.annotation.BatchColumns.class - [JAR]
├─ com.huoguo.batch.annotation.BatchFill.class - [JAR]
├─ com.huoguo.batch.annotation.BatchId.class - [JAR]
├─ com.huoguo.batch.annotation.BatchIgnore.class - [JAR]
├─ com.huoguo.batch.annotation.BatchLogic.class - [JAR]
├─ com.huoguo.batch.annotation.BatchName.class - [JAR]
├─ com.huoguo.batch.annotation.BatchSuper.class - [JAR]
com.huoguo.batch.enums
├─ com.huoguo.batch.enums.BatchIdEnum.class - [JAR]
├─ com.huoguo.batch.enums.BatchSqlEnum.class - [JAR]
com.huoguo.batch.util
├─ com.huoguo.batch.util.BatchBean.class - [JAR]
├─ com.huoguo.batch.util.BatchSnow.class - [JAR]
├─ com.huoguo.batch.util.BatchUtils.class - [JAR]