类 ReflectiveSetterMethod
java.lang.Object
cn.taketoday.reflect.ReflectiveSetterMethod
- 所有已实现的接口:
SetterMethod
- 作者:
- TODAY 2020/9/19 22:38
- 另请参阅:
-
字段详细资料
-
field
-
-
构造器详细资料
-
ReflectiveSetterMethod
-
-
方法详细资料
-
set
从接口复制的说明:SetterMethodset propertyIf value is null and target property type is primitive this method will do nothing.
- 指定者:
set在接口中SetterMethod- 参数:
obj- Target objvalue- property value
-