Package org.apache.juneau.internal
Interface Setter
- All Known Implementing Classes:
- Setter.FieldSetter,- Setter.MethodSetter
public interface Setter
Encapsulate a bean setter method that may be a method or field.
 
See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic classField setterstatic classMethod setter
- 
Method Summary
- 
Method Details- 
setCall the setter on the specified object.- Parameters:
- object- The object to call the setter on
- value- The value to set.
- Throws:
- ExecutableException- Exception occurred on invoked constructor/method/field.
 
 
-