KeyValueCodingProtectedAccessor Class Reference
List of all members.
|
Public Member Functions |
| Object | fieldValue (Object object, Field field) throws IllegalArgumentException, IllegalAccessException |
| Object | methodValue (Object object, Method method) throws IllegalArgumentException, IllegalAccessException, InvocationTargetException |
| void | setFieldValue (Object object, Field field, Object object0) throws IllegalArgumentException, IllegalAccessException |
| void | setMethodValue (Object object, Method method, Object object1) throws IllegalArgumentException, IllegalAccessException, InvocationTargetException |
| String | toString () |
Member Function Documentation
| Object fieldValue |
( |
Object |
object, |
|
|
Field |
field | |
|
) |
| | throws IllegalArgumentException, IllegalAccessException |
| Object methodValue |
( |
Object |
object, |
|
|
Method |
method | |
|
) |
| | throws IllegalArgumentException, IllegalAccessException, InvocationTargetException |
| void setFieldValue |
( |
Object |
object, |
|
|
Field |
field, |
|
|
Object |
object0 | |
|
) |
| | throws IllegalArgumentException, IllegalAccessException |
| void setMethodValue |
( |
Object |
object, |
|
|
Method |
method, |
|
|
Object |
object1 | |
|
) |
| | throws IllegalArgumentException, IllegalAccessException, InvocationTargetException |
The documentation for this class was generated from the following file: