Class CsvBoxedCharGetter

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

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

    • index

      public final int index
  • Constructor Details

    • CsvBoxedCharGetter

      public CsvBoxedCharGetter(int index)
  • Method Details

    • get

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