类 ModifiersMethodMatcher
- java.lang.Object
-
- me.codeplayer.util.scan.MethodMatcher.AbstractMethodMatcher
-
- me.codeplayer.util.scan.ModifiersMethodMatcher
-
- 所有已实现的接口:
java.util.function.Predicate<java.lang.reflect.Method>,MethodMatcher
public class ModifiersMethodMatcher extends MethodMatcher.AbstractMethodMatcher
修饰符方法过滤器- 作者:
- Ready
-
-
嵌套类概要
-
从接口继承的嵌套类/接口 me.codeplayer.util.scan.MethodMatcher
MethodMatcher.AbstractMethodMatcher
-
-
字段概要
字段 修饰符和类型 字段 说明 protected intmodifiers-
从类继承的字段 me.codeplayer.util.scan.MethodMatcher.AbstractMethodMatcher
methodMatcher
-
-
构造器概要
构造器 构造器 说明 ModifiersMethodMatcher(int modifiers)ModifiersMethodMatcher(MethodMatcher methodMatcher, int modifiers)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 booleanmatchMethod(java.lang.reflect.Method method)-
从类继承的方法 me.codeplayer.util.scan.MethodMatcher.AbstractMethodMatcher
test
-
-
-
-
构造器详细资料
-
ModifiersMethodMatcher
public ModifiersMethodMatcher(int modifiers)
-
ModifiersMethodMatcher
public ModifiersMethodMatcher(MethodMatcher methodMatcher, int modifiers)
-
-