public class AnnotationMethodMatcher extends AbstractMethodMatcher
| 限定符和类型 | 字段和说明 |
|---|---|
protected Class<? extends Annotation> |
annotationClass |
methodMatcher| 构造器和说明 |
|---|
AnnotationMethodMatcher(Class<? extends Annotation> annotationClass) |
AnnotationMethodMatcher(MethodMatcher methodMatcher,
Class<? extends Annotation> annotationClass) |
protected Class<? extends Annotation> annotationClass
public AnnotationMethodMatcher(Class<? extends Annotation> annotationClass)
public AnnotationMethodMatcher(MethodMatcher methodMatcher, Class<? extends Annotation> annotationClass)
public boolean matchMethod(Method method)
matchMethod 在类中 AbstractMethodMatcherCopyright © 2019. All rights reserved.