Class | Description |
---|---|
ConstructorUtil |
使用反射方法请求构造函数创建新实例的工具类,可以简化程序中使用反射方式创建对象的代码,focused on constructors.
|
FieldUtil |
focus on
Field 反射工具类. |
MethodUtil |
使用反射的方式执行调用bean中的方法.
|
TypeUtil |
Utility methods focusing on type inspection, particularly with regard to generics.
|
Exception | Description |
---|---|
ReflectException |
反射时出现的异常.
|
java.lang.reflect
包常用类的封装.org.apache.commons.lang3.reflect
,
"org.springframework.util.ReflectionUtils"Copyright © 2008-2019 by feilong