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 presto-postgresql-350.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.prestosql.plugin.postgresql
├─ io.prestosql.plugin.postgresql.ImplementAvgBigint.class - [JAR]
├─ io.prestosql.plugin.postgresql.PostgreSqlClient.class - [JAR]
├─ io.prestosql.plugin.postgresql.PostgreSqlClientModule.class - [JAR]
├─ io.prestosql.plugin.postgresql.PostgreSqlConfig.class - [JAR]
├─ io.prestosql.plugin.postgresql.PostgreSqlPlugin.class - [JAR]
├─ io.prestosql.plugin.postgresql.PostgreSqlSessionProperties.class - [JAR]
├─ io.prestosql.plugin.postgresql.TypeUtils.class - [JAR]