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-route-4.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.shardingsphere.underlying.route.decorator
├─ org.apache.shardingsphere.underlying.route.decorator.RouteDecorator.class - [JAR]
org.apache.shardingsphere.underlying.route
├─ org.apache.shardingsphere.underlying.route.DataNodeRouter.class - [JAR]
org.apache.shardingsphere.underlying.route.context
├─ org.apache.shardingsphere.underlying.route.context.RouteContext.class - [JAR]
├─ org.apache.shardingsphere.underlying.route.context.RouteMapper.class - [JAR]
├─ org.apache.shardingsphere.underlying.route.context.RouteResult.class - [JAR]
├─ org.apache.shardingsphere.underlying.route.context.RouteUnit.class - [JAR]
org.apache.shardingsphere.underlying.route.hook
├─ org.apache.shardingsphere.underlying.route.hook.RoutingHook.class - [JAR]
├─ org.apache.shardingsphere.underlying.route.hook.SPIRoutingHook.class - [JAR]