Package | Description |
---|---|
io.picodata.driver.mappers.factories |
Contains factories for mappers and mappers stacks
|
Modifier and Type | Class and Description |
---|---|
class |
SingleValueWithTarantoolResultMapperFactory<T>
Factory for
CallResultMapper instances used for handling Lua call results resulting in lists of
tuples |
class |
SingleValueWithTarantoolTupleResultMapperFactory
Factory for
CallResultMapper instances used for handling results with TarantoolTuple s |
Modifier and Type | Method and Description |
---|---|
<T> SingleValueResultMapperFactory<T> |
ResultMapperFactoryFactory.singleValueResultMapperFactory()
Create a factory for mapping stored Lua function call results to
SingleValueCallResult
input: [x, y, ...], MessagePack array from a Lua function multi-return response
where x, y are some MessagePack values. |
<T> SingleValueResultMapperFactory<T> |
ResultMapperFactoryFactoryImpl.singleValueResultMapperFactory() |
Copyright © 2025 Picodata. All rights reserved.