public class MethodUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOGGER |
| Constructor and Description |
|---|
MethodUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Field |
getFieldFromMethod(Method method,
Field[] expectedFields,
DisConfigTypeEnum disConfigTypeEnum)
对于一个 get/is 方法,返回其相对应的Field
|
static Method |
getSetterMethodFromField(Class<?> curClass,
Field field) |
Copyright © 2015–2016 Baidu. All rights reserved.