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 debezium-storage-jdbc-2.4.0.Alpha2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.debezium.storage.jdbc.offset
├─ io.debezium.storage.jdbc.offset.JdbcOffsetBackingStore.class - [JAR]
├─ io.debezium.storage.jdbc.offset.JdbcOffsetBackingStoreConfig.class - [JAR]
io.debezium.storage.jdbc
├─ io.debezium.storage.jdbc.JdbcCommonConfig.class - [JAR]
io.debezium.storage.jdbc.history
├─ io.debezium.storage.jdbc.history.JdbcSchemaHistory.class - [JAR]
├─ io.debezium.storage.jdbc.history.JdbcSchemaHistoryConfig.class - [JAR]