In R2DBC as example of obscured types.
Is it normally that MappingR2dbcConverter doesn't call Row::get(String, Class)? I thought that MappingR2dbcConverter provides all target field types transformations to r2dbc-spi implementation. But instead it calls Row::get(String) and SPI implementation doesn't know about the target field type.
In R2DBC as example of obscured types.
Is it normally that
MappingR2dbcConverterdoesn't callRow::get(String, Class)? I thought thatMappingR2dbcConverterprovides all target field types transformations to r2dbc-spi implementation. But instead it callsRow::get(String)and SPI implementation doesn't know about the target field type.