I have a variable that is a linked hash map. Its like:
"message": "something"
"code": "0"
and I have a pojo:
String message;
Integer code;
//getters and setters
Is there any library that converts a linkedhasmap into a pojo?
|
I have a variable that is a linked hash map. Its like:
and I have a pojo:
Is there any library that converts a linkedhasmap into a pojo? |
|||
|
|
|
Apache Commons BeanUtils has a |
||||
|
|