Spring RestController与Json没有渴望获取

时间:2015-12-11 19:52:35

标签: java json database spring rest

我需要使用弹簧控制器从A类返回Json对象,该控制器将对象转换为json。

问题在于,如果我们把所有对象都放在A类中,那么它就会起作用,但我不想这样做,因为这意味着从数据库中检索不需要的对象链和大量信息。

如果我在检索A类对象之前将null设置为这些对象,我可以解决这个问题,但我不想从数据库中检索这些信息。 并要么显示在json对象上。 我收到以下错误:

HTTP Status 500 - Could not write JSON: could not initialize proxy - no Session (through reference chain: ar.com.anovo.business.Model["brand"]->ar.com.anovo.business.Brand_$$_jvst67_6["code"]); nested exception is com.fasterxml.jackson.databind.JsonMappingException: could not initialize proxy 

是否有任何havinf对象与Lazy抓取关闭会话并检索json而没有任何异常?

先谢谢您的回复

0 个答案:

没有答案