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-sql-translator-api-5.4.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.shardingsphere.sqltranslator.exception
├─ org.apache.shardingsphere.sqltranslator.exception.SQLTranslationException.class - [JAR]
org.apache.shardingsphere.sqltranslator.spi
├─ org.apache.shardingsphere.sqltranslator.spi.SQLTranslator.class - [JAR]
org.apache.shardingsphere.sqltranslator.exception.syntax
├─ org.apache.shardingsphere.sqltranslator.exception.syntax.UnsupportedTranslatedDatabaseException.class - [JAR]
├─ org.apache.shardingsphere.sqltranslator.exception.syntax.UnsupportedTranslatedSQLException.class - [JAR]
org.apache.shardingsphere.sqltranslator.api.config
├─ org.apache.shardingsphere.sqltranslator.api.config.SQLTranslatorRuleConfiguration.class - [JAR]