| Package | Description |
|---|---|
| org.aoju.bus.core.utils |
| Modifier and Type | Method and Description |
|---|---|
static BeanUtils.ModifierType |
BeanUtils.ModifierType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BeanUtils.ModifierType[] |
BeanUtils.ModifierType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
BeanUtils.hasModifier(Class<?> clazz,
BeanUtils.ModifierType... modifierTypes)
是否同时存在一个或多个修饰符(可能有多个修饰符,如果有指定的修饰符则返回true)
|
static boolean |
BeanUtils.hasModifier(Constructor<?> constructor,
BeanUtils.ModifierType... modifierTypes)
是否同时存在一个或多个修饰符(可能有多个修饰符,如果有指定的修饰符则返回true)
|
static boolean |
BeanUtils.hasModifier(Field field,
BeanUtils.ModifierType... modifierTypes)
是否同时存在一个或多个修饰符(可能有多个修饰符,如果有指定的修饰符则返回true)
|
static boolean |
BeanUtils.hasModifier(Method method,
BeanUtils.ModifierType... modifierTypes)
是否同时存在一个或多个修饰符(可能有多个修饰符,如果有指定的修饰符则返回true)
|
Copyright © 2020. All rights reserved.