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 eroq-router-0.1.0-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.eroq.router
├─ org.eroq.router.App.class - [JAR]
├─ org.eroq.router.AppHttpContext.class - [JAR]
├─ org.eroq.router.AppNextMiddlewareHandler.class - [JAR]
├─ org.eroq.router.EndpointMiddleware.class - [JAR]
├─ org.eroq.router.Middleware.class - [JAR]
├─ org.eroq.router.ParamMiddleware.class - [JAR]
├─ org.eroq.router.RouteMatch.class - [JAR]
├─ org.eroq.router.RouteMatcher.class - [JAR]
├─ org.eroq.router.RouteParams.class - [JAR]
├─ org.eroq.router.Router.class - [JAR]