com.r3corda.node.utilities / AbstractJDBCHashMap / valueFromRow

valueFromRow

protected abstract fun valueFromRow(it: <ERROR CLASS>): V

Implementation should return the value object marshalled from the database table row.

See example implementations in JDBCHashMap.