类 MethodAccessorSetterMethod

java.lang.Object
cn.taketoday.reflect.MethodAccessorSetterMethod
所有已实现的接口:
SetterMethod

final class MethodAccessorSetterMethod extends Object implements SetterMethod
从以下版本开始:
3.0
作者:
TODAY 2021/1/7 17:43
  • 字段详细资料

  • 构造器详细资料

    • MethodAccessorSetterMethod

      MethodAccessorSetterMethod(MethodInvoker accessor)
  • 方法详细资料

    • set

      public void set(Object obj, Object value)
      从接口复制的说明: SetterMethod
      set property

      If value is null and target property type is primitive this method will do nothing.

      指定者:
      set 在接口中 SetterMethod
      参数:
      obj - Target obj
      value - property value