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