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 transformer-thymeleaf-0.0.24.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.higgs.http.server.transformers
├─ io.higgs.http.server.transformers.ThymeleafTransformer.class - [JAR]
io.higgs.http.server.config
├─ io.higgs.http.server.config.TemplateConfig.class - [JAR]
io.higgs.http.server.transformers.thymeleaf
├─ io.higgs.http.server.transformers.thymeleaf.Thymeleaf.class - [JAR]
├─ io.higgs.http.server.transformers.thymeleaf.WebContext.class - [JAR]