类 ReflectiveSetterMethod

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

final class ReflectiveSetterMethod extends Object implements SetterMethod
作者:
TODAY 2020/9/19 22:38
另请参阅:
  • 字段详细资料

    • field

      private final Field field
  • 构造器详细资料

    • ReflectiveSetterMethod

      public ReflectiveSetterMethod(Field field)
  • 方法详细资料

    • 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