Relevant Articles:
- Reading the Value of ‘private’ Fields from a Different Class in Java
 - Set Field Value With Reflection
 - Checking If a Method is Static Using Reflection in Java
 - Checking if a Java Class is ‘abstract’ Using Reflection
 - Invoking a Private Method in Java
 - Finding All Classes in a Java Package
 - Invoke a Static Method Using Java Reflection API
 - What Is the JDK com.sun.proxy.$Proxy Class?
 - Unit Test Private Methods in Java