public interface ReflectHandler
| Modifier and Type | Method and Description |
|---|---|
Field[] |
getDeclaredFields(Class<?> clazz)
获取声明的字段
|
Method[] |
getDeclaredMethods(Class<?> clazz)
获取声明的方法
|
Method[] |
getMethods(Class<?> clazz)
获取公有的方法
|
Copyright © 2025. All rights reserved.