buguge - Keep it simple,stupid

知识就是力量,但更重要的,是运用知识的能力why buguge?

导航

2023年3月28日 #

java reflection exception--can not access a member of class XXX with modifiers "private"

摘要: If you try to visit the value of an object's private field using reflection, such as Field#get or Field#set, you should call Field#setAccessible(true) ahead. 阅读全文

posted @ 2023-03-28 11:02 buguge 阅读(439) 评论(0) 推荐(0) 编辑