Interface RowWriterProcessor<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object[] write​(T input, java.lang.String[] headers, int[] indexesToWrite)
      Converts the given input into an Object array that is suitable for writing.