【发布时间】:2018-11-15 08:00:22
【问题描述】:
我已经粘贴了下面的代码部分,我试图在骆驼体中记录数组
...
.convertBodyTo(UserInfo[].class)
.log(LoggingLevel.DEBUG,logger,"Output- ${body}")
但是在日志中
- Output- (UerInfo[])- [Lcom.bhge.entitlement.service.dto.UserInfo;@1e37cb10
【问题讨论】: