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