| Class | Description |
|---|---|
| FieldProperty |
A
FieldProperty is a Property which is accessed as
a field, without going through accessor methods (setX, getX). |
| GenericProperty | |
| MethodProperty |
A
MethodProperty is a Property which 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
Property represents a single member variable of a class,
possibly including its accessor methods (getX, setX). |
| PropertySubstitute | |
| PropertyUtils |
| Enum | Description |
|---|---|
| BeanAccess |
Control instance variables.
|
Copyright © 2008–2019. All rights reserved.