public class BeanPropertyAnnotationMatcher extends java.lang.Object implements BeanPropertyMatcher
注解匹配的属性查找条件类
| 构造器和说明 |
|---|
BeanPropertyAnnotationMatcher(java.lang.Class<?>... annotationClasses)
使用并集判断逻辑来匹配.
|
BeanPropertyAnnotationMatcher(Logic logic,
java.lang.Class<?>... annotationClasses)
使用指定的判断逻辑来匹配.
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
match(BeanProperty<?> beanProperty)
匹配
|
public BeanPropertyAnnotationMatcher(java.lang.Class<?>... annotationClasses)
annotationClasses - 注解类型public boolean match(BeanProperty<?> beanProperty)
匹配
match 在接口中 Matcher<BeanProperty<?>>beanProperty - 匹配的对象