Interface RowGrpcMapper<T>

Type Parameters:
T - object to marshall the row

public interface RowGrpcMapper<T>
Row Mapper.
Author:
Cedrick LUNVEN (@clunven)
  • Method Summary

    Modifier and Type
    Method
    Description
    map(RowGrpc row)
    Convert row to bean.
  • Method Details

    • map

      T map(RowGrpc row)
      Convert row to bean.
      Parameters:
      row - current row sent to API
      Returns:
      marshalled bean