Uses of Class
io.tarantool.driver.mappers.TarantoolTupleSingleResultMapperFactory
-
Packages that use TarantoolTupleSingleResultMapperFactory Package Description io.tarantool.driver.mappers Contains converters and mappers that map Java object and MessagePack -
-
Uses of TarantoolTupleSingleResultMapperFactory in io.tarantool.driver.mappers
Methods in io.tarantool.driver.mappers that return TarantoolTupleSingleResultMapperFactory Modifier and Type Method Description TarantoolTupleSingleResultMapperFactory
DefaultResultMapperFactoryFactory. defaultTupleSingleResultMapperFactory()
TarantoolTupleSingleResultMapperFactory
ResultMapperFactoryFactory. defaultTupleSingleResultMapperFactory()
Default factory for single value stored function call result with a list of tuples.
-