Uses of Class
io.tarantool.driver.mappers.SingleValueResultMapperFactory
-
Packages that use SingleValueResultMapperFactory Package Description io.tarantool.driver.mappers Contains converters and mappers that map Java object and MessagePack -
-
Uses of SingleValueResultMapperFactory in io.tarantool.driver.mappers
Subclasses of SingleValueResultMapperFactory in io.tarantool.driver.mappers Modifier and Type Class Description class
SingleValueTarantoolResultMapperFactory<T>
Factory forCallResultMapper
instances used for handling Lua call results resulting in lists of tuplesclass
TarantoolTupleSingleResultMapperFactory
Factory forCallResultMapper
instances used for handling results withTarantoolTuple
sMethods in io.tarantool.driver.mappers that return SingleValueResultMapperFactory Modifier and Type Method Description <T> SingleValueResultMapperFactory<T>
DefaultResultMapperFactoryFactory. singleValueResultMapperFactory()
<T> SingleValueResultMapperFactory<T>
ResultMapperFactoryFactory. singleValueResultMapperFactory()
Create a factory for mapping stored function call results toSingleValueCallResult
-