public static interface ReflectUtils.ProxyFactory
| 限定符和类型 | 方法和说明 |
|---|---|
ReflectUtils.ArrayProxy |
getArrayProxy(Class<?> clazz) |
ReflectUtils.FieldProxy |
getFieldProxy(Field field) |
ReflectUtils.MethodProxy |
getMethodProxy(Method method) |
ReflectUtils.ArrayProxy getArrayProxy(Class<?> clazz) throws Throwable
ThrowableReflectUtils.FieldProxy getFieldProxy(Field field) throws Throwable
ThrowableReflectUtils.MethodProxy getMethodProxy(Method method) throws Throwable
ThrowableCopyright © 2016. All rights reserved.