| Class | Description |
|---|---|
| FieldProperty |
A
FieldProperty is a Property which is accessed as a field, without
going through accessor methods (setX, getX). |
| GenericProperty |
Shared code for all the properties
|
| 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–2022. All rights reserved.