public class FieldUtils extends Object
| 构造器和说明 |
|---|
FieldUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Method |
getBooleanFieldGetMethod(Class<?> clazz,
String fieldName) |
static Method |
getBooleanFieldSetMethod(Class<?> clazz,
Field f) |
static Method |
getFieldGetMethod(Class<?> clazz,
Field f) |
static Method |
getFieldSetMethod(Class<?> clazz,
Field f) |
static Method |
getFieldSetMethod(Class<?> clazz,
String fieldName) |
Copyright © 2019. All rights reserved.