接口 | 说明 |
---|---|
ClassFinder |
Created by juhaoyu on 2018/11/16.
|
类 | 说明 |
---|---|
ClassFactory |
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
|