public class ReflectionUtil extends Object
| Constructor and Description |
|---|
ReflectionUtil() |
| Modifier and Type | Method and Description |
|---|---|
Method |
getMethod(Class<?> clazz,
String methodName,
Class<?>[] argTypes) |
static PropertyHolder |
getProperty(Class<?> clazz,
String propName)
获取属性
|
Copyright © 2025. All rights reserved.