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 codegen-entity-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.eclipse.serializer.codegen.entity
├─ org.eclipse.serializer.codegen.entity.EntityExceptionInvalidEntityMethod.class - [JAR]
├─ org.eclipse.serializer.codegen.entity.EntityProcessor.class - [JAR]
├─ org.eclipse.serializer.codegen.entity.Member.class - [JAR]
├─ org.eclipse.serializer.codegen.entity.TypeGenerator.class - [JAR]
├─ org.eclipse.serializer.codegen.entity.TypeGeneratorAppendableType.class - [JAR]
├─ org.eclipse.serializer.codegen.entity.TypeGeneratorCreatorType.class - [JAR]
├─ org.eclipse.serializer.codegen.entity.TypeGeneratorDataType.class - [JAR]
├─ org.eclipse.serializer.codegen.entity.TypeGeneratorEntityIdentityType.class - [JAR]
├─ org.eclipse.serializer.codegen.entity.TypeGeneratorHashEqualatorType.class - [JAR]
├─ org.eclipse.serializer.codegen.entity.TypeGeneratorUpdaterType.class - [JAR]