org.codehaus.jackson.map.JsonMappingException

当一个类的所有属性都没有getter且均为public时,Jackson序列化会出现异常。解决方法是在每个public属性上使用注解@JsonProperty。如果是Spring环境,可以通过清除不必要的模型内容来解决。

当一个类的所有属性都没有getter时(所有属性都是public的)jackson 序列化时会抛出如下异常: 
org.codehaus.jackson.map.JsonMappingException: No serializer found for class log.LogUser and no properties discovered to create BeanSerializer (to avoid exception, disable SerializationConfig.Feature.FAIL_ON_EMPTY_BEANS) ) (through reference chain: log.Log["owners"]->java.util.ArrayList[0]) 
解决方法为:在每个public属性上使用注解@JsonProperty 。

 

如果是spring 的话 model。clear 即可,将不必要的东西 去除掉

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值