You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/01/26 01:51:07 UTC

[GitHub] [dubbo-spi-extensions] butterflyjzf commented on issue #7: 加了ApiDoc注解就報錯 不加啥問題沒有

butterflyjzf commented on issue #7:
URL: https://github.com/apache/dubbo-spi-extensions/issues/7#issuecomment-767229232


   > 返回对象有泛型,但是实际使用的时候没有添加泛型, 是这样吗?
   > 例如返回对象的定义类似
   > 
   > ```
   > public class ResponseResult<T> ... 
   > ```
   > 
   > 而使用的地方没有传泛型,而直接使用了 ResponseResult
   > 这样的情况下出现的异常?
   
   我在使用的时候也遇到该问题,debug发现是因为使用了BigDecimal,就会出现该异常,在ClassTypeUtil里增加BigDecimal的处理就可以了~
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org