public interface IFieldHandler
| Modifier and Type | Method and Description |
|---|---|
Object |
getValue(Object receiver)
Make a reflective read access to the field represented by this within the
receiver. |
Object |
setValue(Object receiver,
Object value)
Make a reflective write access to the field represented by this within
receiver. |
Object getValue(Object receiver) throws FieldAccessException
receiver.receiver - The object hosting the field.FieldExceptionFieldAccessExceptionObject setValue(Object receiver, Object value) throws FieldAccessException
receiver.receiver - The object hosting the field.value - The new value for the fieldFieldExceptionFieldAccessExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.