java.lang.ClassCastException:java.util.LinkedHashMap不能转换为com.testing.models.Account
ObjectMapper mapper=new ObjectMapper();
POJO pojo = mapper.convertValue(singleObject, POJO.class);
ObjectMapper mapper=new ObjectMapper();
POJO pojo = mapper.convertValue(singleObject, POJO.class);