Interface ListResult.ValueProvider

Enclosing class:
ListResult

public static interface ListResult.ValueProvider
Converts a row to the needed value from the row
  • Method Summary

    Modifier and Type
    Method
    Description
    Extracts the value from the row
  • Method Details

    • getValueFor

      Object getValueFor(Object row)
      Extracts the value from the row
      Parameters:
      row - the row
      Returns:
      the value