public class BeanPropertyClassMatcher extends java.lang.Object implements BeanPropertyMatcher
| Constructor and Description |
|---|
BeanPropertyClassMatcher(java.lang.Class<?>... propertyClasses)
使用交集判断逻辑来匹配.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(BeanProperty<?,?> beanProperty) |
public BeanPropertyClassMatcher(java.lang.Class<?>... propertyClasses)
propertyClasses - 属性类型public boolean test(BeanProperty<?,?> beanProperty)
test in interface java.util.function.Predicate<BeanProperty<?,?>>