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 metamorphosis-test-3.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
it.fabioformosa.metamorphosis.test.dto
├─ it.fabioformosa.metamorphosis.test.dto.ItemDTO.class - [JAR]
├─ it.fabioformosa.metamorphosis.test.dto.NoIdDTO.class - [JAR]
├─ it.fabioformosa.metamorphosis.test.dto.SimpleDTO.class - [JAR]
it.fabioformosa.metamorphosis.test
├─ it.fabioformosa.metamorphosis.test.BaseConversionTest.class - [JAR]