org.tinygroup.annotation.config
类 AnnotationPropertyMatcher

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

public class AnnotationPropertyMatcher
extends Object

属性注解匹配器

作者:
luoguo

构造方法摘要
AnnotationPropertyMatcher()
           
 
方法摘要
 String getAnnotationType()
           
 List<ProcessorBean> getProcessorBeans()
           
 String getPropertyName()
           
 void initAnnotationTypeMatcher()
           
 boolean isAnnotationTypeMatch(Annotation annotation)
           
 boolean isPropertyMatch(String classFullPath)
           
 void setAnnotationType(String annotationType)
           
 void setProcessorBeans(List<ProcessorBean> processorBeans)
           
 void setPropertyName(String propertyName)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

AnnotationPropertyMatcher

public AnnotationPropertyMatcher()
方法详细信息

initAnnotationTypeMatcher

public void initAnnotationTypeMatcher()

isPropertyMatch

public boolean isPropertyMatch(String classFullPath)

isAnnotationTypeMatch

public boolean isAnnotationTypeMatch(Annotation annotation)

getPropertyName

public String getPropertyName()

setPropertyName

public void setPropertyName(String propertyName)

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.