Class CsvBoxedLongGetter

java.lang.Object
org.simpleflatmapper.csv.getter.CsvBoxedLongGetter
All Implemented Interfaces:
org.simpleflatmapper.map.getter.ContextualGetter<CsvRow,Long>

public class CsvBoxedLongGetter extends Object implements org.simpleflatmapper.map.getter.ContextualGetter<CsvRow,Long>
  • Field Details

    • index

      public final int index
  • Constructor Details

    • CsvBoxedLongGetter

      public CsvBoxedLongGetter(int index)
  • Method Details

    • get

      public Long get(CsvRow target, org.simpleflatmapper.converter.Context context)
      Specified by:
      get in interface org.simpleflatmapper.map.getter.ContextualGetter<CsvRow,Long>