See: Description
Interface | Description |
---|---|
MessagePackMapper |
Combines both ObjectMapper and ValueMapper interfaces
|
MessagePackObjectMapper |
Basic interface for generic converters between Java objects and MessagePack entities.
|
MessagePackValueMapper |
Basic interface for collection of generic converters between MessagePack entities and Java objects.
|
TarantoolTupleResultMapperFactory |
Provides factory that creates result mappers for parsing
TarantoolResult<TarantoolTuple> from various
structures |
Class | Description |
---|---|
AbstractResultMapper<T> |
Base class for result tuple mappers
|
CallResultMapper<T,R extends CallResult<T>> |
Special tuple mapper for API function call results.
|
DefaultMessagePackMapper |
Default implementation of
MessagePackObjectMapper and MessagePackValueMapper . |
DefaultMessagePackMapper.Builder |
Builder for
DefaultMessagePackMapper |
DefaultMultiValueResultMapper<T,R extends List<T>> |
Default mapper for
MultiValueCallResult with content types supported by the given value mapper |
DefaultSingleValueResultMapper<T> |
Default mapper for
SingleValueCallResult with content types supported by the given value mapper |
MapperReflectionUtils |
Contains helper methods for converter classes lookup and determining its parameters at runtime
|
TarantoolResultMapper<T> |
Mapper from array of MessagePack values to
TarantoolResult with specified inner structure |
TarantoolTupleResultMapperFactoryImpl |
Exception | Description |
---|---|
InterfaceParameterClassNotFoundException |
Represents all types of errors when the target interface parameter class cannot be determined
|
InterfaceParameterTypeNotFoundException |
Represents all types of errors when the target interface parameter type cannot be determined
|
MessagePackObjectMapperException |
Represents exceptions that occur while performing conversion between Java objects and MessagePack entities
|
MessagePackValueMapperException |
Represents exceptions that occur while performing conversion between MessagePack entities and Java objects
|
Copyright © 2025 Picodata. All rights reserved.