org.tinygroup.annotation.config
类 AnnotationPropertyMatcher
java.lang.Object
org.tinygroup.annotation.config.AnnotationPropertyMatcher
public class AnnotationPropertyMatcher
- extends Object
属性注解匹配器
- 作者:
- luoguo
| 从类 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.