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 cat-boot-structurizr-0.2.27.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cc.catalysts.boot.structurizr.config
├─ cc.catalysts.boot.structurizr.config.StructurizrAutoConfiguration.class - [JAR]
├─ cc.catalysts.boot.structurizr.config.StructurizrConfigurationProperties.class - [JAR]
cc.catalysts.boot.structurizr.service
├─ cc.catalysts.boot.structurizr.service.StructurizrService.class - [JAR]
cc.catalysts.boot.structurizr.utils
├─ cc.catalysts.boot.structurizr.utils.StructurizrUtils.class - [JAR]
cc.catalysts.boot.structurizr
├─ cc.catalysts.boot.structurizr.ModelPostProcessor.class - [JAR]
├─ cc.catalysts.boot.structurizr.ViewProvider.class - [JAR]