Package | Description |
---|---|
io.picodata.driver.mappers |
Contains converters and mappers that map Java object and MessagePack
|
io.picodata.driver.mappers.factories |
Contains factories for mappers and mappers stacks
|
Modifier and Type | Class and Description |
---|---|
class |
CallResultMapper<T,R extends CallResult<T>>
Special tuple mapper for API function call results.
|
class |
DefaultMultiValueResultMapper<T,R extends List<T>>
Default mapper for
MultiValueCallResult with content types supported by the given value mapper |
class |
DefaultSingleValueResultMapper<T>
Default mapper for
SingleValueCallResult with content types supported by the given value mapper |
class |
TarantoolResultMapper<T>
Mapper from array of MessagePack values to
TarantoolResult with specified inner structure |
Modifier and Type | Class and Description |
---|---|
class |
AbstractResultMapperFactory<O,T extends AbstractResultMapper<? extends O>>
Base class for result mapper factories.
|
Copyright © 2025 Picodata. All rights reserved.