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 jpa-fluent-modelgen-0.10.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.mammb.code.jpa.fluent.modelgen
├─ com.mammb.code.jpa.fluent.modelgen.JpaModelProcessor.class - [JAR]
├─ com.mammb.code.jpa.fluent.modelgen.MapperModelProcessor.class - [JAR]
com.mammb.code.jpa.fluent.modelgen.model
├─ com.mammb.code.jpa.fluent.modelgen.model.AttributeType.class - [JAR]
├─ com.mammb.code.jpa.fluent.modelgen.model.MappableType.class - [JAR]
├─ com.mammb.code.jpa.fluent.modelgen.model.MetamodelAttribute.class - [JAR]
├─ com.mammb.code.jpa.fluent.modelgen.model.PersistenceType.class - [JAR]
├─ com.mammb.code.jpa.fluent.modelgen.model.RepositoryTraitType.class - [JAR]
├─ com.mammb.code.jpa.fluent.modelgen.model.StaticMetamodelAttribute.class - [JAR]
├─ com.mammb.code.jpa.fluent.modelgen.model.StaticMetamodelEntity.class - [JAR]
├─ com.mammb.code.jpa.fluent.modelgen.model.TypeArgument.class - [JAR]
com.mammb.code.jpa.fluent.modelgen.writer
├─ com.mammb.code.jpa.fluent.modelgen.writer.ApiClassWriter.class - [JAR]
├─ com.mammb.code.jpa.fluent.modelgen.writer.AttributeClassGenerator.class - [JAR]
├─ com.mammb.code.jpa.fluent.modelgen.writer.ImportBuilder.class - [JAR]
├─ com.mammb.code.jpa.fluent.modelgen.writer.JoinModelClassGenerator.class - [JAR]
├─ com.mammb.code.jpa.fluent.modelgen.writer.MappersClassWriter.class - [JAR]
├─ com.mammb.code.jpa.fluent.modelgen.writer.ModelClassWriter.class - [JAR]
├─ com.mammb.code.jpa.fluent.modelgen.writer.PackageNames.class - [JAR]
├─ com.mammb.code.jpa.fluent.modelgen.writer.PathModelClassGenerator.class - [JAR]
├─ com.mammb.code.jpa.fluent.modelgen.writer.RepositoryClassWriter.class - [JAR]
├─ com.mammb.code.jpa.fluent.modelgen.writer.RootModelClassGenerator.class - [JAR]
├─ com.mammb.code.jpa.fluent.modelgen.writer.Template.class - [JAR]
com.mammb.code.jpa.fluent.modelgen.context
├─ com.mammb.code.jpa.fluent.modelgen.context.Context.class - [JAR]
├─ com.mammb.code.jpa.fluent.modelgen.context.ModelContext.class - [JAR]