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 interchan-gateway-common-1.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
tech.mhuang.ext.interchan.gateway.route.controller
├─ tech.mhuang.ext.interchan.gateway.route.controller.ApiDynamicRouteController.class - [JAR]
tech.mhuang.ext.interchan.gateway.route.service
├─ tech.mhuang.ext.interchan.gateway.route.service.DynamicRouteService.class - [JAR]
tech.mhuang.ext.interchan.gateway.route.service.impl
├─ tech.mhuang.ext.interchan.gateway.route.service.impl.DynamicRouteServiceImpl.class - [JAR]
tech.mhuang.ext.interchan.gateway.route.model
├─ tech.mhuang.ext.interchan.gateway.route.model.GatewayFilterDefinition.class - [JAR]
├─ tech.mhuang.ext.interchan.gateway.route.model.GatewayPredicateDefinition.class - [JAR]
├─ tech.mhuang.ext.interchan.gateway.route.model.GatewayRouteDefinition.class - [JAR]
tech.mhuang.ext.interchan.gateway.swagger
├─ tech.mhuang.ext.interchan.gateway.swagger.SwaggerHandler.class - [JAR]
├─ tech.mhuang.ext.interchan.gateway.swagger.SwaggerProvider.class - [JAR]
tech.mhuang.ext.interchan.gateway
├─ tech.mhuang.ext.interchan.gateway.WebSecurityConfig.class - [JAR]