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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
