[org.springframework.http.converter.HttpMessageNotWritableException: Could not write JSON: java.lang.Integer cannot be cast to java.lang.String; nested exception is com.fasterxml.jackson.databind.JsonMappingException: java.lang.Integer cannot be cast to java.lang.String]
为何Integer不支持转化为String
2条答案
按热度按时间fdbelqdn1#
com.fasterxml.jackson.databind.JsonMappingException 你这是用的jackson吧大胸弟
ycl3bljg2#
Integer 是不能 cast 成 String 的,不过可以 Integer.toString(),和 cast 有点区别,理由如下