mapper.md

July 15, 2021 · View on GitHub

Bookmarks tagged [mapper]

www.codever.land/bookmarks/t/mapper

MapStruct – Java bean mappings, the easy way!

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...


ModelMapper - Simple, Intelligent, Object Mapping.

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 ...