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 postgresql-plugin-1.10.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.cdap.plugin.postgres
├─ io.cdap.plugin.postgres.PostgresAction.class - [JAR]
├─ io.cdap.plugin.postgres.PostgresConnector.class - [JAR]
├─ io.cdap.plugin.postgres.PostgresConnectorConfig.class - [JAR]
├─ io.cdap.plugin.postgres.PostgresConstants.class - [JAR]
├─ io.cdap.plugin.postgres.PostgresDBRecord.class - [JAR]
├─ io.cdap.plugin.postgres.PostgresFieldsValidator.class - [JAR]
├─ io.cdap.plugin.postgres.PostgresPostAction.class - [JAR]
├─ io.cdap.plugin.postgres.PostgresSchemaReader.class - [JAR]
├─ io.cdap.plugin.postgres.PostgresSink.class - [JAR]
├─ io.cdap.plugin.postgres.PostgresSource.class - [JAR]