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