Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 215 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 215 Bytes

scala-mapper

A Scala tool for mapping between POJOs.

Example mapping:

map(()=>source.getPerson.getCredentials.getLogin).as(_.toUpperCase).default("Unknown") into target.setLoginName