Skip to content

spyrkob/scala-mapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scala-mapper

A Scala tool for mapping between POJOs.

Example mapping:

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

About

A Scala tool for mapping between POJOs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages