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 lib-r2dbc-1.2.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.frtu.persistence.r2dbc.query
├─ com.github.frtu.persistence.r2dbc.query.IPostgresJsonbQueryBuilder.class - [JAR]
├─ com.github.frtu.persistence.r2dbc.query.PostgresJsonbQueryBuilder.class - [JAR]
com.github.frtu.persistence.exception
├─ com.github.frtu.persistence.exception.DataNotExist.class - [JAR]
com.github.frtu.persistence.r2dbc.config
├─ com.github.frtu.persistence.r2dbc.config.H2R2dbcConfiguration.class - [JAR]
├─ com.github.frtu.persistence.r2dbc.config.PersistenceProperties.class - [JAR]
├─ com.github.frtu.persistence.r2dbc.config.PostgresJsonR2dbcConfiguration.class - [JAR]
├─ com.github.frtu.persistence.r2dbc.config.PostgresR2dbcConfiguration.class - [JAR]
├─ com.github.frtu.persistence.r2dbc.config.R2dbcConfiguration.class - [JAR]