org.omnaest.utils.beans
Class BeanUtil.PropertyCriterionConjunction

java.lang.Object
  extended by org.omnaest.utils.beans.BeanUtil.PropertyCriterion
      extended by org.omnaest.utils.beans.BeanUtil.PropertyCriterionConjunction
Direct Known Subclasses:
BeanUtil.PropertyCriterionConjunctionAND, BeanUtil.PropertyCriterionConjunctionOR
Enclosing class:
BeanUtil

public abstract static class BeanUtil.PropertyCriterionConjunction
extends BeanUtil.PropertyCriterion

Base class for other cunjunction criteria.

Author:
Omnaest

Field Summary
protected  List<BeanUtil.PropertyCriterion> propertyCriterionList
           
 
Constructor Summary
BeanUtil.PropertyCriterionConjunction()
           
 
Method Summary
 BeanUtil.PropertyCriterionConjunction addPropertyCriteria(BeanUtil.PropertyCriterion... propertyCriteria)
           
 void prepareInspection(Class<?> clazz)
          This method will be called once before the inspection process runs.
 
Methods inherited from class org.omnaest.utils.beans.BeanUtil.PropertyCriterion
and, annotationname, hasGetter, hasGetterAndSetter, hasGetterOrSetter, hasSetter, inspectMethod, methodname, or
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

propertyCriterionList

protected List<BeanUtil.PropertyCriterion> propertyCriterionList
Constructor Detail

BeanUtil.PropertyCriterionConjunction

public BeanUtil.PropertyCriterionConjunction()
Method Detail

addPropertyCriteria

public BeanUtil.PropertyCriterionConjunction addPropertyCriteria(BeanUtil.PropertyCriterion... propertyCriteria)

prepareInspection

public void prepareInspection(Class<?> clazz)
Description copied from class: BeanUtil.PropertyCriterion
This method will be called once before the inspection process runs. This can be used to collect needed information.

Specified by:
prepareInspection in class BeanUtil.PropertyCriterion


Copyright © 2011. All Rights Reserved.