org.omnaest.utils.beans
Class BeanUtil.PropertyCriterionConjunctionAND
java.lang.Object
org.omnaest.utils.beans.BeanUtil.PropertyCriterion
org.omnaest.utils.beans.BeanUtil.PropertyCriterionConjunction
org.omnaest.utils.beans.BeanUtil.PropertyCriterionConjunctionAND
- Enclosing class:
- BeanUtil
public static class BeanUtil.PropertyCriterionConjunctionAND
- extends BeanUtil.PropertyCriterionConjunction
Conjunction of sub criteria. The results of the criteria have to match all.
- Author:
- Omnaest
|
Method Summary |
boolean |
inspectMethod(Method method)
This method is called for every declared method. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanUtil.PropertyCriterionConjunctionAND
public BeanUtil.PropertyCriterionConjunctionAND()
inspectMethod
public boolean inspectMethod(Method method)
- Description copied from class:
BeanUtil.PropertyCriterion
- This method is called for every declared method. The method should return true if the method matches the criteria.
- Specified by:
inspectMethod in class BeanUtil.PropertyCriterion
- Returns:
Copyright © 2011. All Rights Reserved.