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-0.3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
studio.crud.feature.jpa.config
├─ studio.crud.feature.jpa.config.JpaFeatureAutoConfiguration.class - [JAR]
studio.crud.feature.jpa.model
├─ studio.crud.feature.jpa.model.AbstractJpaEntity.class - [JAR]
├─ studio.crud.feature.jpa.model.AbstractJpaUpdatableEntity.class - [JAR]
studio.crud.feature.jpa.web
├─ studio.crud.feature.jpa.web.AbstractErrorHandlingJpaCrudController.class - [JAR]
├─ studio.crud.feature.jpa.web.AbstractErrorHandlingJpaCrudControllerKt.class - [JAR]
studio.crud.feature.jpa.ro
├─ studio.crud.feature.jpa.ro.AbstractJpaRO.class - [JAR]
├─ studio.crud.feature.jpa.ro.AbstractJpaUpdatableRO.class - [JAR]
studio.crud.feature.jpa.util
├─ studio.crud.feature.jpa.util.JpaUtilsKt.class - [JAR]