java.lang.Object
org.simpleflatmapper.reflect.setter.NullSetter
All Implemented Interfaces:
Setter<Object,Object>

public class NullSetter extends Object implements Setter<Object,Object>
  • Field Details

    • NULL_SETTER

      public static final NullSetter NULL_SETTER
  • Method Details

    • set

      public void set(Object target, Object value)
      Description copied from interface: Setter
      Set the properties on the target object to value.
      Specified by:
      set in interface Setter<Object,Object>
      Parameters:
      target - the target to set the value on
      value - the value to set
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • isNull

      public static boolean isNull(Setter<?,?> setter)