Uses of Enum Class
org.aoju.bus.core.toolkit.BeanKit.ModifierType
Packages that use BeanKit.ModifierType
-
Uses of BeanKit.ModifierType in org.aoju.bus.core.toolkit
Methods in org.aoju.bus.core.toolkit that return BeanKit.ModifierTypeModifier and TypeMethodDescriptionstatic BeanKit.ModifierTypeReturns the enum constant of this class with the specified name.static BeanKit.ModifierType[]BeanKit.ModifierType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.aoju.bus.core.toolkit with parameters of type BeanKit.ModifierTypeModifier and TypeMethodDescriptionstatic booleanBeanKit.hasModifier(Class<?> clazz, BeanKit.ModifierType... modifierTypes) 是否同时存在一个或多个修饰符(可能有多个修饰符,如果有指定的修饰符则返回true)static booleanBeanKit.hasModifier(Constructor<?> constructor, BeanKit.ModifierType... modifierTypes) 是否同时存在一个或多个修饰符(可能有多个修饰符,如果有指定的修饰符则返回true)static booleanBeanKit.hasModifier(Field field, BeanKit.ModifierType... modifierTypes) 是否同时存在一个或多个修饰符(可能有多个修饰符,如果有指定的修饰符则返回true)static booleanBeanKit.hasModifier(Member member, BeanKit.ModifierType... modifierTypes) 是否同时存在一个或多个修饰符(可能有多个修饰符,如果有指定的修饰符则返回true)static booleanBeanKit.hasModifier(Method method, BeanKit.ModifierType... modifierTypes) 是否同时存在一个或多个修饰符(可能有多个修饰符,如果有指定的修饰符则返回true)