org.omnaest.utils.beans
Class BeanUtil.PropertyCriterionConjunction
java.lang.Object
org.omnaest.utils.beans.BeanUtil.PropertyCriterion
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
propertyCriterionList
protected List<BeanUtil.PropertyCriterion> propertyCriterionList
BeanUtil.PropertyCriterionConjunction
public BeanUtil.PropertyCriterionConjunction()
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.