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
b. Explicitly specify mappings
No comments:
Post a Comment