public abstract class ReflectionUtils extends Object
| Constructor and Description |
|---|
ReflectionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Method |
findMethod(Class<?> clazz,
String name) |
static Method |
findMethod(Class<?> clazz,
String name,
Class<?>... paramTypes) |
static Object |
invokeJdbcMethod(Method method,
Object target) |
static Object |
invokeJdbcMethod(Method method,
Object target,
Object... args) |
static Object |
invokeMethod(Method method,
Object target) |
static Object |
invokeMethod(Method method,
Object target,
Object... args) |
public static Object invokeJdbcMethod(Method method, Object target) throws SQLException
SQLExceptionpublic static Object invokeJdbcMethod(Method method, Object target, Object... args) throws SQLException
SQLExceptionCopyright © 2022. All rights reserved.