Package io.stargate.sdk.grpc.domain
Interface RowGrpcMapper<T>
- Type Parameters:
T- object to marshall the row
public interface RowGrpcMapper<T>
Row Mapper.
- Author:
- Cedrick LUNVEN (@clunven)
-
Method Summary
-
Method Details
-
map
Convert row to bean.- Parameters:
row- current row sent to API- Returns:
- marshalled bean
-