MrBit
0
Q:

map string string to java object

final ObjectMapper mapper = new ObjectMapper(); // jackson's objectmapper
final MyPojo pojo = mapper.convertValue(map, MyPojo.class);
0

New to Communities?

Join the community