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-api-2.2.22.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.fabric8.gateway.api.apimanager
├─ io.fabric8.gateway.api.apimanager.ApiManager.class - [JAR]
├─ io.fabric8.gateway.api.apimanager.ApiManagerService.class - [JAR]
├─ io.fabric8.gateway.api.apimanager.ServiceMapping.class - [JAR]
io.fabric8.gateway.api
├─ io.fabric8.gateway.api.CallDetailRecord.class - [JAR]
├─ io.fabric8.gateway.api.ServiceDetails.class - [JAR]
io.fabric8.gateway.api.handlers.http
├─ io.fabric8.gateway.api.handlers.http.HttpGateway.class - [JAR]
├─ io.fabric8.gateway.api.handlers.http.HttpGatewayHandler.class - [JAR]
├─ io.fabric8.gateway.api.handlers.http.HttpGatewayServiceClient.class - [JAR]
├─ io.fabric8.gateway.api.handlers.http.HttpMapping.class - [JAR]
├─ io.fabric8.gateway.api.handlers.http.HttpMappingRule.class - [JAR]
├─ io.fabric8.gateway.api.handlers.http.HttpServiceResponseHandler.class - [JAR]
├─ io.fabric8.gateway.api.handlers.http.IMappedServices.class - [JAR]
├─ io.fabric8.gateway.api.handlers.http.ProxyMappingDetails.class - [JAR]