| Package | Description |
|---|---|
| io.picodata.driver.mappers.factories |
Contains factories for mappers and mappers stacks
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultiValueWithTarantoolResultMapperFactory<T>
Factory for
CallResultMapper instances used for handling Lua call multi-return result items as list of
tuples |
class |
MultiValueWithTarantoolTupleResultMapperFactory
Factory for
CallResultMapper instances used for handling results with TarantoolTuples as
multi-return result items |
| Modifier and Type | Method and Description |
|---|---|
<T,R extends List<T>> |
ResultMapperFactoryFactory.multiValueResultMapperFactory()
Create a factory for mapping stored Lua function multi-return call result to
MultiValueCallResult with
the custom result and tuple types. |
<T,R extends List<T>> |
ResultMapperFactoryFactoryImpl.multiValueResultMapperFactory() |
Copyright © 2025 Picodata. All rights reserved.