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 mysql-binlog-replicator-1.0.8.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
fr.juanwolf.mysqlbinlogreplicator
├─ fr.juanwolf.mysqlbinlogreplicator.DomainClass.class - [JAR]
fr.juanwolf.mysqlbinlogreplicator.annotations
├─ fr.juanwolf.mysqlbinlogreplicator.annotations.MysqlMapping.class - [JAR]
├─ fr.juanwolf.mysqlbinlogreplicator.annotations.NestedMapping.class - [JAR]
fr.juanwolf.mysqlbinlogreplicator.nested
├─ fr.juanwolf.mysqlbinlogreplicator.nested.NestedRowMapper.class - [JAR]
├─ fr.juanwolf.mysqlbinlogreplicator.nested.SQLRelationship.class - [JAR]
fr.juanwolf.mysqlbinlogreplicator.nested.requester
├─ fr.juanwolf.mysqlbinlogreplicator.nested.requester.ManyToManyRequester.class - [JAR]
├─ fr.juanwolf.mysqlbinlogreplicator.nested.requester.ManyToOneRequester.class - [JAR]
├─ fr.juanwolf.mysqlbinlogreplicator.nested.requester.OneToManyRequester.class - [JAR]
├─ fr.juanwolf.mysqlbinlogreplicator.nested.requester.OneToOneRequester.class - [JAR]
├─ fr.juanwolf.mysqlbinlogreplicator.nested.requester.SQLRequester.class - [JAR]
fr.juanwolf.mysqlbinlogreplicator.service
├─ fr.juanwolf.mysqlbinlogreplicator.service.MySQLEventListener.class - [JAR]
├─ fr.juanwolf.mysqlbinlogreplicator.service.MysqlBinLogService.class - [JAR]
fr.juanwolf.mysqlbinlogreplicator.component
├─ fr.juanwolf.mysqlbinlogreplicator.component.DomainClassAnalyzer.class - [JAR]