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-db-discovery-api-5.3.2.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.shardingsphere.dbdiscovery.api.config
├─ org.apache.shardingsphere.dbdiscovery.api.config.DatabaseDiscoveryRuleConfiguration.class - [JAR]
org.apache.shardingsphere.dbdiscovery.spi
├─ org.apache.shardingsphere.dbdiscovery.spi.DatabaseDiscoveryProvider.class - [JAR]
├─ org.apache.shardingsphere.dbdiscovery.spi.ReplicaDataSourceStatus.class - [JAR]
org.apache.shardingsphere.dbdiscovery.exception
├─ org.apache.shardingsphere.dbdiscovery.exception.DBDiscoveryProviderException.class - [JAR]
org.apache.shardingsphere.dbdiscovery.api.config.rule
├─ org.apache.shardingsphere.dbdiscovery.api.config.rule.DatabaseDiscoveryDataSourceRuleConfiguration.class - [JAR]
├─ org.apache.shardingsphere.dbdiscovery.api.config.rule.DatabaseDiscoveryHeartBeatConfiguration.class - [JAR]