@ResponseBody踩过的一个坑

org.springframework.http.converter.HttpMessageNotWritableException: Could not write content: (was java.lang.NullPointerException) (through reference chain: com.smart.dao.Page["content"]->java.util.Collections$UnmodifiableRandomAccessList[3]->com.smart.model.coupon.Coupon["title"]); nested exception is com.fasterxml.jackson.databind.JsonMappingException: (was java.lang.NullPointerException) (through reference chain: com.smart.dao.Page["content"]->java.util.Collections$UnmodifiableRandomAccessList[3]->com.smart.model.coupon.Coupon["title"])

在实体中有:

public String getTitle() {

if(CouponType.DEDUCT_FEE.equals(type)) {
return name + "面值" + faceValue.longValue() + "元";
}
else {
return name + "面值" + faceValue.floatValue() + "%";
}

}

而在数据库中存在:type=null 的数据

把数据删掉吧.





评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值