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 onetool4j-ddd-1.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.onetool4j.ddd.handler
├─ io.github.onetool4j.ddd.handler.CommandHandler.class - [JAR]
├─ io.github.onetool4j.ddd.handler.EventHandler.class - [JAR]
├─ io.github.onetool4j.ddd.handler.GenericHandler.class - [JAR]
├─ io.github.onetool4j.ddd.handler.HandlerConfig.class - [JAR]
├─ io.github.onetool4j.ddd.handler.PageQueryHandler.class - [JAR]
├─ io.github.onetool4j.ddd.handler.QueryHandler.class - [JAR]
io.github.onetool4j.ddd.dto
├─ io.github.onetool4j.ddd.dto.Command.class - [JAR]
├─ io.github.onetool4j.ddd.dto.DTO.class - [JAR]
├─ io.github.onetool4j.ddd.dto.Event.class - [JAR]
├─ io.github.onetool4j.ddd.dto.PageDTO.class - [JAR]
├─ io.github.onetool4j.ddd.dto.PageQuery.class - [JAR]
├─ io.github.onetool4j.ddd.dto.Query.class - [JAR]
├─ io.github.onetool4j.ddd.dto.StandardResponse.class - [JAR]