Interface IColumnValueProvider<T>


public interface IColumnValueProvider<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    getValue(T object)
     
  • Method Details

    • getValue

      Object getValue(T object)