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 jtransfo-demo-2.10.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.jtransfo.demo.domain
├─ org.jtransfo.demo.domain.Address.class - [JAR]
├─ org.jtransfo.demo.domain.AddressTo.class - [JAR]
├─ org.jtransfo.demo.domain.Country.class - [JAR]
├─ org.jtransfo.demo.domain.EnumUserType.class - [JAR]
├─ org.jtransfo.demo.domain.HibernateObjectFinder.class - [JAR]
├─ org.jtransfo.demo.domain.IdentifiedTo.class - [JAR]
├─ org.jtransfo.demo.domain.Person.class - [JAR]
├─ org.jtransfo.demo.domain.PersonTo.class - [JAR]
├─ org.jtransfo.demo.domain.VoiceContact.class - [JAR]
├─ org.jtransfo.demo.domain.VoiceContactTo.class - [JAR]
├─ org.jtransfo.demo.domain.package-info.class - [JAR]