| 程序包 | 说明 |
|---|---|
| com.fr.invoke |
| 类和说明 |
|---|
| ClassFactory
Created by juhaoyu on 2018/11/16.
|
| ClassFinder
Created by juhaoyu on 2018/11/16.
|
| Reflect
A wrapper for an
Object or Class upon which reflective calls
can be made. |
| ReflectException
A unchecked wrapper for any of Java's checked reflection exceptions:
These exceptions are
ClassNotFoundException
IllegalAccessException
IllegalArgumentException
InstantiationException
InvocationTargetException
NoSuchMethodException
NoSuchFieldException
SecurityException
|