org.omnaest.utils.beans
Class BeanUtil.PropertyCriterionConjunctionAND

java.lang.Object
  extended by org.omnaest.utils.beans.BeanUtil.PropertyCriterion
      extended by org.omnaest.utils.beans.BeanUtil.PropertyCriterionConjunction
          extended by 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

Field Summary
 
Fields inherited from class org.omnaest.utils.beans.BeanUtil.PropertyCriterionConjunction
propertyCriterionList
 
Constructor Summary
BeanUtil.PropertyCriterionConjunctionAND()
           
 
Method Summary
 boolean inspectMethod(Method method)
          This method is called for every declared method.
 
Methods inherited from class org.omnaest.utils.beans.BeanUtil.PropertyCriterionConjunction
addPropertyCriteria, prepareInspection
 
Methods inherited from class org.omnaest.utils.beans.BeanUtil.PropertyCriterion
and, annotationname, hasGetter, hasGetterAndSetter, hasGetterOrSetter, hasSetter, methodname, or
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanUtil.PropertyCriterionConjunctionAND

public BeanUtil.PropertyCriterionConjunctionAND()
Method Detail

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.