| Class | Description | 
|---|---|
| FieldProperty | 
 A  FieldPropertyis aPropertywhich is accessed as
 a field, without going through accessor methods (setX, getX). | 
| GenericProperty | |
| MethodProperty | 
 A  MethodPropertyis aPropertywhich is accessed
 through accessor methods (setX, getX). | 
| MissingProperty | A property that does not map to a real property; this is used when  PropertyUtils.setSkipMissingProperties(boolean) is set to true. | 
| Property | 
 A  Propertyrepresents a single member variable of a class,
 possibly including its accessor methods (getX, setX). | 
| PropertySubstitute | |
| PropertyUtils | 
| Enum | Description | 
|---|---|
| BeanAccess | Control instance variables. | 
Copyright © 2008–2021. All rights reserved.