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 dto-generator-examples-1.0.0-beta.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.laoruga.dtogenerator.examples
├─ org.laoruga.dtogenerator.examples.Utils.class - [JAR]
org.laoruga.dtogenerator.examples.generators.custom
├─ org.laoruga.dtogenerator.examples.generators.custom.CustomGeneratorExample.class - [JAR]
├─ org.laoruga.dtogenerator.examples.generators.custom.CustomGeneratorRemarkable.class - [JAR]
├─ org.laoruga.dtogenerator.examples.generators.custom.CustomGeneratorWithArgs.class - [JAR]
├─ org.laoruga.dtogenerator.examples.generators.custom.ExampleCustomGeneratorDtoDependent.class - [JAR]
org.laoruga.dtogenerator.examples.generators.custom.remark
├─ org.laoruga.dtogenerator.examples.generators.custom.remark.PersonRemark.class - [JAR]
org.laoruga.dtogenerator.examples.dto
├─ org.laoruga.dtogenerator.examples.dto.Gender.class - [JAR]
├─ org.laoruga.dtogenerator.examples.dto.Office.class - [JAR]
├─ org.laoruga.dtogenerator.examples.dto.Person.class - [JAR]
├─ org.laoruga.dtogenerator.examples.dto.SolarSystem.class - [JAR]
├─ org.laoruga.dtogenerator.examples.dto.TwoFields.class - [JAR]