类 MethodAccessorSetterMethod
java.lang.Object
cn.taketoday.reflect.MethodAccessorSetterMethod
- 所有已实现的接口:
SetterMethod
- 从以下版本开始:
- 3.0
- 作者:
- TODAY 2021/1/7 17:43
-
字段详细资料
-
accessor
-
-
构造器详细资料
-
MethodAccessorSetterMethod
MethodAccessorSetterMethod(MethodInvoker accessor)
-
-
方法详细资料
-
set
从接口复制的说明:SetterMethodset propertyIf value is null and target property type is primitive this method will do nothing.
- 指定者:
set在接口中SetterMethod- 参数:
obj- Target objvalue- property value
-