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 Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classField setterstatic classMethod setter -
Method Summary
-
Method Details
-
set
Call the setter on the specified object.- Parameters:
object- The object to call the setter onvalue- The value to set.- Throws:
ExecutableException- Exception occurred on invoked constructor/method/field.
-