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 modelmapper-examples-3.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.modelmapper
├─ org.modelmapper.ComplexConversion.class - [JAR]
├─ org.modelmapper.FieldRelocation.class - [JAR]
├─ org.modelmapper.PropertyExtraction.class - [JAR]
org.modelmapper.gettingstarted
├─ org.modelmapper.gettingstarted.Address.class - [JAR]
├─ org.modelmapper.gettingstarted.Customer.class - [JAR]
├─ org.modelmapper.gettingstarted.GettingStartedExample.class - [JAR]
├─ org.modelmapper.gettingstarted.Name.class - [JAR]
├─ org.modelmapper.gettingstarted.Order.class - [JAR]
├─ org.modelmapper.gettingstarted.OrderDTO.class - [JAR]
org.modelmapper.inheritance
├─ org.modelmapper.inheritance.BaseDest.class - [JAR]
├─ org.modelmapper.inheritance.BaseDestA.class - [JAR]
├─ org.modelmapper.inheritance.BaseDestB.class - [JAR]
├─ org.modelmapper.inheritance.BaseSrc.class - [JAR]
├─ org.modelmapper.inheritance.BaseSrcA.class - [JAR]
├─ org.modelmapper.inheritance.BaseSrcB.class - [JAR]
├─ org.modelmapper.inheritance.C.class - [JAR]
├─ org.modelmapper.inheritance.CcDTO.class - [JAR]
├─ org.modelmapper.inheritance.InheritanceExample1.class - [JAR]
org.modelmapper.projection.example2
├─ org.modelmapper.projection.example2.Address.class - [JAR]
├─ org.modelmapper.projection.example2.Order.class - [JAR]
├─ org.modelmapper.projection.example2.OrderDTO.class - [JAR]
├─ org.modelmapper.projection.example2.ProjectionExample2.class - [JAR]
org.modelmapper.projection.example1
├─ org.modelmapper.projection.example1.Address.class - [JAR]
├─ org.modelmapper.projection.example1.Customer.class - [JAR]
├─ org.modelmapper.projection.example1.Order.class - [JAR]
├─ org.modelmapper.projection.example1.OrderInfo.class - [JAR]
├─ org.modelmapper.projection.example1.ProjectionExample1.class - [JAR]
org.modelmapper.flattening.example1
├─ org.modelmapper.flattening.example1.Address.class - [JAR]
├─ org.modelmapper.flattening.example1.Customer.class - [JAR]
├─ org.modelmapper.flattening.example1.FlatteningExample1.class - [JAR]
├─ org.modelmapper.flattening.example1.Order.class - [JAR]
├─ org.modelmapper.flattening.example1.OrderDTO.class - [JAR]
org.modelmapper.flattening.example2
├─ org.modelmapper.flattening.example2.Address.class - [JAR]
├─ org.modelmapper.flattening.example2.FlatteningExample2.class - [JAR]
├─ org.modelmapper.flattening.example2.Person.class - [JAR]
├─ org.modelmapper.flattening.example2.PersonDTO.class - [JAR]