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