jar

org.modelmapper : modelmapper-examples

Maven & Gradle

Dec 08, 2022
1.8k stars

ModelMapper Examples

Table Of Contents

Latest Version

Download org.modelmapper : modelmapper-examples JAR file - Latest Versions:

All Versions

Download org.modelmapper : modelmapper-examples JAR file - All Versions:

Version Vulnerabilities Size Updated
3.1.x
3.0.x
2.4.x
2.3.x
2.2.x
2.1.x
2.0.x
1.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. 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]

Advertisement