Class CsvColumnKeyRowKeySourceGetter

java.lang.Object
org.simpleflatmapper.poi.impl.CsvColumnKeyRowKeySourceGetter
All Implemented Interfaces:
org.simpleflatmapper.map.context.KeySourceGetter<org.simpleflatmapper.csv.CsvColumnKey,org.apache.poi.ss.usermodel.Row>

public class CsvColumnKeyRowKeySourceGetter extends Object implements org.simpleflatmapper.map.context.KeySourceGetter<org.simpleflatmapper.csv.CsvColumnKey,org.apache.poi.ss.usermodel.Row>
  • Field Details

  • Method Details

    • getValue

      public Object getValue(org.simpleflatmapper.csv.CsvColumnKey key, org.apache.poi.ss.usermodel.Row source)
      Specified by:
      getValue in interface org.simpleflatmapper.map.context.KeySourceGetter<org.simpleflatmapper.csv.CsvColumnKey,org.apache.poi.ss.usermodel.Row>