|
JBoss Reflection 2.2.1.SP1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FieldAccessor
JavassistField
Will typically be implemented by a generated class to read/write a particular target field
Method Summary | |
---|---|
Object |
get(Object target)
Get the field |
void |
set(Object target,
Object value)
Set the field |
Method Detail |
---|
Object get(Object target) throws Throwable
target
- the target
Throwable
- for any errorvoid set(Object target, Object value) throws Throwable
target
- the targetvalue
- the value
Throwable
- for any error
|
JBoss Reflection 2.2.1.SP1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |