How to set a non-static field in java reflection?
I tried to use java reflection to set a non-static field value of class, but got the “java.lang.IllegalArgumentException”
I tried to use java reflection to set a non-static field value of class, but got the “java.lang.IllegalArgumentException”