Let\'s say I have this example case class
case class Test(key1: Int, key2: String, key3: String)
And I have a map
myMap = M
commons.mapper.Mappers.mapToBean[CaseClassBean](map)
Details: https://github.com/hank-whu/common4s