org.tinygroup.annotation.config
类 AnnotationMethodMatcher

java.lang.Object
  继承者 org.tinygroup.annotation.config.AnnotationMethodMatcher

public class AnnotationMethodMatcher
extends Object

方法注解匹配器

作者:
luoguo

构造方法摘要
AnnotationMethodMatcher()
           
 
方法摘要
 String getAnnotationType()
           
 String getMethodName()
           
 List<ProcessorBean> getProcessorBeans()
           
 void initAnnotationTypeMatcher()
           
 boolean isAnnotationTypeMatch(Annotation annotation)
           
 boolean isMethodMatch(String classFullPath)
           
 void setAnnotationType(String annotationType)
           
 void setMethodName(String methodName)
           
 void setProcessorBeans(List<ProcessorBean> processorBeans)
           
 
从类 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.