public class GetAndSetUtil extends Object
| Constructor and Description |
|---|
GetAndSetUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Method |
getGetMethod(Class objectClass,
String fieldName)
java反射bean的get方法
|
static Method |
getSetMethod(Class objectClass,
String fieldName)
java反射bean的set方法
|
Copyright © 2024. All rights reserved.