You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2022/01/24 08:30:07 UTC

[GitHub] [servicecomb-java-chassis] lbc97 commented on issue #2699: CSE中使用@JsonProperty不生效

lbc97 commented on issue #2699:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2699#issuecomment-1019839622


   已根据描述做出相应场景demo,Servicecomb可以使用@JsonProperty,经过走读源码发现,该注解是直接作用在类的属性上,可以根据这一点来排查一下是否在业务中用了中间容器处理。走读源码可以在java.lang.reflect类中public Annotation[] getDeclaredAnnotations()方法中打上断点调试。


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@servicecomb.apache.org

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