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 trino-mysql-425.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.trino.plugin.mysql
├─ io.trino.plugin.mysql.ImplementAvgBigint.class - [JAR]
├─ io.trino.plugin.mysql.MySqlClient.class - [JAR]
├─ io.trino.plugin.mysql.MySqlClientModule.class - [JAR]
├─ io.trino.plugin.mysql.MySqlConfig.class - [JAR]
├─ io.trino.plugin.mysql.MySqlJdbcConfig.class - [JAR]
├─ io.trino.plugin.mysql.MySqlPlugin.class - [JAR]