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 Summary
Nested classes/interfaces inherited from interface org.apache.juneau.internal.Setter
Setter.FieldSetter, Setter.MethodSetter -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FieldSetter
-
-
Method Details
-
set
Description copied from interface:SetterCall the setter on the specified object.- Specified by:
setin interfaceSetter- Parameters:
object- The object to call the setter onvalue- The value to set.- Throws:
ExecutableException- Exception occurred on invoked constructor/method/field.
-