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 gateway-samples-1.2.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.kalman03.gateway.samples.constans
├─ com.kalman03.gateway.samples.constans.Constants.class - [JAR]
com.kalman03.gateway.samples
├─ com.kalman03.gateway.samples.DubboGatewayTest.class - [JAR]
com.kalman03.gateway.samples.interceptors
├─ com.kalman03.gateway.samples.interceptors.CustomHanlderInterceptor.class - [JAR]
├─ com.kalman03.gateway.samples.interceptors.CustomRouteHandlerInterceptor.class - [JAR]
├─ com.kalman03.gateway.samples.interceptors.LoginHandlerInterceptor.class - [JAR]