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 shardingsphere-infra-database-h2-5.4.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.shardingsphere.infra.database.h2.metadata.database.system
├─ org.apache.shardingsphere.infra.database.h2.metadata.database.system.H2SystemDatabase.class - [JAR]
org.apache.shardingsphere.infra.database.h2.metadata.data.loader
├─ org.apache.shardingsphere.infra.database.h2.metadata.data.loader.H2MetaDataLoader.class - [JAR]
org.apache.shardingsphere.infra.database.h2.metadata.database
├─ org.apache.shardingsphere.infra.database.h2.metadata.database.H2DatabaseMetaData.class - [JAR]
org.apache.shardingsphere.infra.database.h2.type
├─ org.apache.shardingsphere.infra.database.h2.type.H2DatabaseType.class - [JAR]
org.apache.shardingsphere.infra.database.h2.connector
├─ org.apache.shardingsphere.infra.database.h2.connector.H2ConnectionProperties.class - [JAR]
├─ org.apache.shardingsphere.infra.database.h2.connector.H2ConnectionPropertiesParser.class - [JAR]