- 
Constructor SummaryConstructors 
- 
Method Summary
Gets the type of the object to be set by this setter. 
   void
 
Sets the value of the underlying member. 
 
 
 
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
Constructor Details
- 
XFieldAccessorpublic XFieldAccessor(Field field) 
 
- 
Method Details
- 
getTypepublic Class<?> getType() 
 Gets the type of the object to be set by this setter. 
- Specified by:
- getTypein interface- XAccessor
- Returns:
- the setter object type
 
- 
setValueSets the value of the underlying member. 
- Specified by:
- setValuein interface- XAccessor
- Parameters:
- instance- the instance of the object that owns this field
- value- the value to set
 
-