public final class MethodUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static Object[] |
VOID_PARAMS
The constant VOID_PARAMS.
|
| Constructor and Description |
|---|
MethodUtils() |
| Modifier and Type | Method and Description |
|---|---|
static HashMap<String,Field> |
getFields(Class<?> clazz)
Gets fields.
|
static boolean |
isGetter(Method method)
Is getter boolean.
|
static boolean |
isGetterOrSetter(Method method)
Is getter or setter boolean.
|
static boolean |
isSetter(Method method)
Is setter boolean.
|
public static final Object[] VOID_PARAMS
public static boolean isGetter(Method method)
method - the methodpublic static boolean isSetter(Method method)
method - the methodpublic static boolean isGetterOrSetter(Method method)
method - the methodCopyright © 2018. All rights reserved.