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-shadow-route-5.0.0-alpha.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.shardingsphere.shadow.route.engine.judge
├─ org.apache.shardingsphere.shadow.route.engine.judge.ShadowDataSourceJudgeEngine.class - [JAR]
org.apache.shardingsphere.shadow.route.engine.judge.impl
├─ org.apache.shardingsphere.shadow.route.engine.judge.impl.PreparedShadowDataSourceJudgeEngine.class - [JAR]
├─ org.apache.shardingsphere.shadow.route.engine.judge.impl.SimpleShadowDataSourceJudgeEngine.class - [JAR]
org.apache.shardingsphere.shadow.route.engine.judge.util
├─ org.apache.shardingsphere.shadow.route.engine.judge.util.ShadowValueJudgeUtil.class - [JAR]
org.apache.shardingsphere.shadow.route.engine
├─ org.apache.shardingsphere.shadow.route.engine.ShadowSQLRouter.class - [JAR]