Tuesday 3 August 2021

Modelmapper tutorial

ModelMapper is a java library that ease bean mapping.

 

Dependencies used

<dependency>
	<groupId>org.modelmapper</groupId>
	<artifactId>modelmapper</artifactId>
	<version>2.4.4</version>
</dependency>

 

You can download the examples from below link.

https://github.com/harikrishna553/java-libs/tree/master/model-mapper-demo

 

You are going to learn

a.   Hello World application

b.   Explicitly specify mappings

 

 

Previous                                                    Next                                                    Home

No comments:

Post a Comment