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