org.tinygroup.annotation.config
类 AnnotationMethodMatcher
java.lang.Object
org.tinygroup.annotation.config.AnnotationMethodMatcher
public class AnnotationMethodMatcher
- extends Object
方法注解匹配器
- 作者:
- luoguo
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationMethodMatcher
public AnnotationMethodMatcher()
initAnnotationTypeMatcher
public void initAnnotationTypeMatcher()
isMethodMatch
public boolean isMethodMatch(String classFullPath)
isAnnotationTypeMatch
public boolean isAnnotationTypeMatch(Annotation annotation)
getMethodName
public String getMethodName()
setMethodName
public void setMethodName(String methodName)
getAnnotationType
public String getAnnotationType()
setAnnotationType
public void setAnnotationType(String annotationType)
getProcessorBeans
public List<ProcessorBean> getProcessorBeans()
setProcessorBeans
public void setProcessorBeans(List<ProcessorBean> processorBeans)
Copyright © 2006–2016 TinyGroup. All rights reserved.