Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.26 KB

README.adoc

File metadata and controls

50 lines (34 loc) · 1.26 KB

Mapperz

https://codecov.io/gh/Fezlight/Mapperz

Mapperz is a Java library for the mapping of Java bean classes between each other.
It will provide to you a powerful engine to write mapping using Java 8 Lambda Function / Consumer feature. Mapperz is built to be helpful for many situations like when you want to write complex mapping, lambda expression will help you to achieve this work.

Requirement

Java 8+

Installation

Maven
<dependency>
    <groupId>fr.fezlight</groupId>
    <artifactId>mapperz</artifactId>
    <version>VERSION</version>
</dependency>
Gradle
implementation 'fr.fezlight:mapperz:VERSION'

See on Sonatype Maven Central for versions.

Usage

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

Mapperz is licensed under Apache License.
Available here