|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectariba.util.fieldvalue.BaseAccessor
ariba.util.fieldvalue.ReflectionMethodAccessor
ariba.util.fieldvalue.ReflectionMethodSetter
public class ReflectionMethodSetter
The ReflectionMethodSetter is a wrapper for java.lang.reflect.Method and provides a uniform interface so that users needn't know if the accesor they're dealing with is either a Method or a Field.
Method Summary | |
---|---|
void |
setValue(java.lang.Object target,
java.lang.Object value)
Invokes the underlying reflection Method on the target setting the value. |
Methods inherited from class ariba.util.fieldvalue.ReflectionMethodAccessor |
---|
toString |
Methods inherited from class ariba.util.fieldvalue.BaseAccessor |
---|
forClass, getFieldName, isApplicable |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface ariba.util.fieldvalue.FieldValueAccessor |
---|
forClass, getFieldName, isApplicable |
Method Detail |
---|
public void setValue(java.lang.Object target, java.lang.Object value)
setValue
in interface FieldValueSetter
target
- the object on which the value will be set using the wrapped Methodvalue
- the value to be set on the target using the wrapped Method
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |