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 structurizr-export-1.16.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.structurizr.export
├─ com.structurizr.export.AbstractDiagramExporter.class - [JAR]
├─ com.structurizr.export.AbstractExporter.class - [JAR]
├─ com.structurizr.export.AbstractWorkspaceExporter.class - [JAR]
├─ com.structurizr.export.Diagram.class - [JAR]
├─ com.structurizr.export.DiagramExporter.class - [JAR]
├─ com.structurizr.export.Exporter.class - [JAR]
├─ com.structurizr.export.IndentType.class - [JAR]
├─ com.structurizr.export.IndentingWriter.class - [JAR]
├─ com.structurizr.export.Legend.class - [JAR]
├─ com.structurizr.export.WorkspaceExport.class - [JAR]
├─ com.structurizr.export.WorkspaceExporter.class - [JAR]
com.structurizr.export.mermaid
├─ com.structurizr.export.mermaid.MermaidDiagram.class - [JAR]
├─ com.structurizr.export.mermaid.MermaidDiagramExporter.class - [JAR]
├─ com.structurizr.export.mermaid.MermaidEncoder.class - [JAR]
com.structurizr.export.websequencediagrams
├─ com.structurizr.export.websequencediagrams.WebSequenceDiagramsDiagram.class - [JAR]
├─ com.structurizr.export.websequencediagrams.WebSequenceDiagramsExporter.class - [JAR]
com.structurizr.export.plantuml
├─ com.structurizr.export.plantuml.AbstractPlantUMLExporter.class - [JAR]
├─ com.structurizr.export.plantuml.C4PlantUMLExporter.class - [JAR]
├─ com.structurizr.export.plantuml.PlantUMLDiagram.class - [JAR]
├─ com.structurizr.export.plantuml.PlantUMLEncoder.class - [JAR]
├─ com.structurizr.export.plantuml.StructurizrPlantUMLExporter.class - [JAR]
com.structurizr.export.ilograph
├─ com.structurizr.export.ilograph.IlographExporter.class - [JAR]
├─ com.structurizr.export.ilograph.IlographWorkspaceExport.class - [JAR]
com.structurizr.export.dot
├─ com.structurizr.export.dot.DOTDiagram.class - [JAR]
├─ com.structurizr.export.dot.DOTExporter.class - [JAR]
├─ com.structurizr.export.dot.RankDirection.class - [JAR]