Package org.apache.juneau.internal
Class Setter.FieldSetter
java.lang.Object
org.apache.juneau.internal.Setter.FieldSetter
- All Implemented Interfaces:
- Setter
- Enclosing interface:
- Setter
Field setter
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.apache.juneau.internal.SetterSetter.FieldSetter, Setter.MethodSetter
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
FieldSetter
 
- 
- 
Method Details- 
setDescription copied from interface:SetterCall the setter on the specified object.- Specified by:
- setin interface- Setter
- Parameters:
- object- The object to call the setter on
- value- The value to set.
- Throws:
- ExecutableException- Exception occurred on invoked constructor/method/field.
 
 
-