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 flatgraph-domain-classes-generator_3-0.0.15.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
flatgraph.codegen
├─ flatgraph.codegen.CodeSnippets.class - [JAR]
├─ flatgraph.codegen.DomainClassesGenerator.class - [JAR]
├─ flatgraph.codegen.Formatter.class - [JAR]
├─ flatgraph.codegen.Helpers.class - [JAR]
├─ flatgraph.codegen.Main.class - [JAR]
├─ flatgraph.codegen.ProtoGen.class - [JAR]
flatgraph.schema
├─ flatgraph.schema.AbstractNodeType.class - [JAR]
├─ flatgraph.schema.AdjacentNode.class - [JAR]
├─ flatgraph.schema.AnyNodeType.class - [JAR]
├─ flatgraph.schema.Constant.class - [JAR]
├─ flatgraph.schema.ContainedNode.class - [JAR]
├─ flatgraph.schema.Direction.class - [JAR]
├─ flatgraph.schema.EdgeType.class - [JAR]
├─ flatgraph.schema.HasClassName.class - [JAR]
├─ flatgraph.schema.HasOptionalProtoId.class - [JAR]
├─ flatgraph.schema.HasProperties.class - [JAR]
├─ flatgraph.schema.HasSchemaInfo.class - [JAR]
├─ flatgraph.schema.Helpers.class - [JAR]
├─ flatgraph.schema.MarkerTrait.class - [JAR]
├─ flatgraph.schema.NeighborInfoForEdge.class - [JAR]
├─ flatgraph.schema.NeighborInfoForNode.class - [JAR]
├─ flatgraph.schema.NodeBaseType.class - [JAR]
├─ flatgraph.schema.NodeType.class - [JAR]
├─ flatgraph.schema.ProductElement.class - [JAR]
├─ flatgraph.schema.Property.class - [JAR]
├─ flatgraph.schema.ProtoOptions.class - [JAR]
├─ flatgraph.schema.Schema.class - [JAR]
├─ flatgraph.schema.SchemaBuilder.class - [JAR]
├─ flatgraph.schema.SchemaInfo.class - [JAR]
├─ flatgraph.schema.package.class - [JAR]
flatgraph.algorithm
├─ flatgraph.algorithm.LowestCommonAncestors.class - [JAR]