Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.16 KB

mapping.md

File metadata and controls

20 lines (16 loc) · 1.16 KB

Bookmarks tagged [mapping]

http://mapstruct.org/

Docs

MapStruct is a Java annotation processor for the generation of type-safe and performant mappers for Java bean classes. It saves you from writing mapping c...


http://modelmapper.org/

ModelMapper is an intelligent, refactoring safe object mapping library that automatically maps objects to each other. It uses a convention based approach while providing a simple refactoring safe API ...