类 MethodMatcher.AbstractMethodMatcher
- java.lang.Object
-
- me.codeplayer.util.scan.MethodMatcher.AbstractMethodMatcher
-
- 所有已实现的接口:
java.util.function.Predicate<java.lang.reflect.Method>,MethodMatcher
- 封闭接口:
- MethodMatcher
public abstract static class MethodMatcher.AbstractMethodMatcher extends java.lang.Object implements MethodMatcher
-
-
嵌套类概要
-
从接口继承的嵌套类/接口 me.codeplayer.util.scan.MethodMatcher
MethodMatcher.AbstractMethodMatcher
-
-
字段概要
字段 修饰符和类型 字段 说明 protected MethodMatchermethodMatcher
-
构造器概要
构造器 构造器 说明 AbstractMethodMatcher(MethodMatcher methodMatcher)
-
方法概要
所有方法 实例方法 抽象方法 具体方法 修饰符和类型 方法 说明 abstract booleanmatchMethod(java.lang.reflect.Method method)booleantest(java.lang.reflect.Method method)
-
-
-
字段详细资料
-
methodMatcher
protected MethodMatcher methodMatcher
-
-
构造器详细资料
-
AbstractMethodMatcher
public AbstractMethodMatcher(MethodMatcher methodMatcher)
-
-