Uses of Class
org.omnaest.utils.beans.BeanUtil.PropertyCriterion

Packages that use BeanUtil.PropertyCriterion
org.omnaest.utils.beans   
 

Uses of BeanUtil.PropertyCriterion in org.omnaest.utils.beans
 

Subclasses of BeanUtil.PropertyCriterion in org.omnaest.utils.beans
static class BeanUtil.PropertyCriterionAnnotationname
          Deprecated. Matches the name of an annotation of a property method, or the property with the same name as its property method, using regular expression.
static class BeanUtil.PropertyCriterionConjunction
          Deprecated. Base class for other cunjunction criteria.
static class BeanUtil.PropertyCriterionConjunctionAND
          Deprecated. Conjunction of sub criteria.
static class BeanUtil.PropertyCriterionConjunctionOR
          Deprecated. Conjunction of sub criteria.
static class BeanUtil.PropertyCriterionHasGetterSetter
          Deprecated. Test a method if it is a getter or / and a setter of a property.
static class BeanUtil.PropertyCriterionMethodname
          Deprecated. Matches the name of a method using regular expression.
 

Fields in org.omnaest.utils.beans with type parameters of type BeanUtil.PropertyCriterion
protected  List<BeanUtil.PropertyCriterion> BeanUtil.PropertyCriterionConjunction.propertyCriterionList
           
 

Methods in org.omnaest.utils.beans that return BeanUtil.PropertyCriterion
static BeanUtil.PropertyCriterion BeanUtil.PropertyCriterion.and(BeanUtil.PropertyCriterion... propertyCriteria)
           
static BeanUtil.PropertyCriterion BeanUtil.PropertyCriterion.annotationname(String... annotationNames)
           
static BeanUtil.PropertyCriterion BeanUtil.PropertyCriterion.hasGetter()
           
static BeanUtil.PropertyCriterion BeanUtil.PropertyCriterion.hasGetterAndSetter()
           
static BeanUtil.PropertyCriterion BeanUtil.PropertyCriterion.hasGetterOrSetter()
           
static BeanUtil.PropertyCriterion BeanUtil.PropertyCriterion.hasSetter()
           
static BeanUtil.PropertyCriterion BeanUtil.PropertyCriterion.methodname(String methodName)
           
static BeanUtil.PropertyCriterion BeanUtil.PropertyCriterion.or(BeanUtil.PropertyCriterion... propertyCriteria)
           
 BeanUtil.PropertyCriterion BeanUtil.PropertyCriterionMethodname.setMethodName(String methodName)
           
 

Methods in org.omnaest.utils.beans with parameters of type BeanUtil.PropertyCriterion
 BeanUtil.PropertyCriterionConjunction BeanUtil.PropertyCriterionConjunction.addPropertyCriteria(BeanUtil.PropertyCriterion... propertyCriteria)
           
static BeanUtil.PropertyCriterion BeanUtil.PropertyCriterion.and(BeanUtil.PropertyCriterion... propertyCriteria)
           
static String[] BeanUtil.determineBeanProperties(Class<?> beanClass, BeanUtil.PropertyCriterion... propertyCriteria)
          Deprecated. Determines the property names of a java bean object class.
static String[] BeanUtil.determineBeanProperties(Object beanObject, BeanUtil.PropertyCriterion... propertyCriteria)
          Deprecated.  
static BeanUtil.PropertyCriterion BeanUtil.PropertyCriterion.or(BeanUtil.PropertyCriterion... propertyCriteria)
           
 



Copyright © 2011. All Rights Reserved.