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 test-integration-3.2.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.wso2.micro.gateway.tests.interceptor
├─ org.wso2.micro.gateway.tests.interceptor.ConfigInterceptor.class - [JAR]
├─ org.wso2.micro.gateway.tests.interceptor.OpenAPIReadInterceptor.class - [JAR]
├─ org.wso2.micro.gateway.tests.interceptor.TestInterceptor.class - [JAR]
org.wso2.micro.gateway.tests.jwtvaluetransformer
├─ org.wso2.micro.gateway.tests.jwtvaluetransformer.DefaultJwtTransformer.class - [JAR]
org.wso2.micro.gateway.tests.jwtgenerator
├─ org.wso2.micro.gateway.tests.jwtgenerator.TestJWTGenerator.class - [JAR]