public class SpringReflectInvoke extends Object implements tech.mhuang.pacebox.core.reflect.BaseReflectInvoke
| 构造器和说明 |
|---|
SpringReflectInvoke() |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> T |
getMethodToValue(Class<?> clazz,
String methodName,
Object... params) |
<T> T |
getMethodToValue(String clazzName,
String methodName,
Object... params) |
public <T> T getMethodToValue(Class<?> clazz, String methodName, Object... params) throws NoSuchMethodException, SecurityException, IllegalAccessException, IllegalArgumentException, InvocationTargetException
getMethodToValue 在接口中 tech.mhuang.pacebox.core.reflect.BaseReflectInvokeNoSuchMethodExceptionSecurityExceptionIllegalAccessExceptionIllegalArgumentExceptionInvocationTargetExceptionpublic <T> T getMethodToValue(String clazzName, String methodName, Object... params) throws NoSuchMethodException, SecurityException, IllegalAccessException, IllegalArgumentException, InvocationTargetException
getMethodToValue 在接口中 tech.mhuang.pacebox.core.reflect.BaseReflectInvokeNoSuchMethodExceptionSecurityExceptionIllegalAccessExceptionIllegalArgumentExceptionInvocationTargetExceptionCopyright © 2021. All rights reserved.