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