Class ConvertDelegateSetter<T,I,O>

java.lang.Object
org.simpleflatmapper.reflect.setter.ConvertDelegateSetter<T,I,O>
All Implemented Interfaces:
Setter<T,I>

public class ConvertDelegateSetter<T,I,O> extends Object implements Setter<T,I>
  • Constructor Details

    • ConvertDelegateSetter

      public ConvertDelegateSetter(Setter<T,O> setter, org.simpleflatmapper.converter.ContextualConverter<I,O> converter)
  • Method Details

    • set

      public void set(T target, I value) throws Exception
      Description copied from interface: Setter
      Set the properties on the target object to value.
      Specified by:
      set in interface Setter<T,I>
      Parameters:
      target - the target to set the value on
      value - the value to set
      Throws:
      Exception - if anything goes wrong