Constructors
| Name | Description |
|---|---|
| IndexedPropertyDescriptor(String, Class) | This constructor constructs an IndexedPropertyDescriptor for a property that follows the standard Java conventions by having getFoo and setFoo accessor methods, for both indexed access and array access. |
| IndexedPropertyDescriptor(String, Class, String, String, String, String) | This constructor takes the name of a simple property, and method names for reading and writing the property, both indexed and non-indexed. |
| IndexedPropertyDescriptor(String, Method, Method, Method, Method) | This constructor takes the name of a simple property, and Method objects for reading and writing the property. |
Methods
| Name | Description |
|---|---|
| getIndexedPropertyType() | |
| getIndexedReadMethod() | |
| getIndexedWriteMethod() |