How to get the name of a private field of a child class from the super class using Reflection or libraries?

前端 未结 0 427
梦谈多话
梦谈多话 2020-12-16 03:48

Let\'s say I have this code structure:

public abstract class A {
 // members
 ...
 
 // constructor
 ...
 
 // methods
 protected void enterValue(By locator,          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题