public class AnnotationPropertyMatcher extends Object
Constructor and Description |
---|
AnnotationPropertyMatcher() |
Modifier and Type | Method and Description |
---|---|
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) |
public void initAnnotationTypeMatcher()
public boolean isPropertyMatch(String classFullPath)
public boolean isAnnotationTypeMatch(Annotation annotation)
public String getPropertyName()
public void setPropertyName(String propertyName)
public String getAnnotationType()
public void setAnnotationType(String annotationType)
public List<ProcessorBean> getProcessorBeans()
public void setProcessorBeans(List<ProcessorBean> processorBeans)
Copyright © 2006–2018 TinyGroup. All rights reserved.