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