Uses of Package
io.tarantool.driver.mappers
-
Packages that use io.tarantool.driver.mappers Package Description io.tarantool.driver.api Contains interfaces and classes essential for end-user driver APIio.tarantool.driver.api.connection Classes for working with connections to Tarantool instances.io.tarantool.driver.api.cursor Contains interfaces and implementations for cursors.io.tarantool.driver.api.tuple Contains tuple representation classes and helpersio.tarantool.driver.api.tuple.operations This sub-package is dedicated to Tarantool update and upsert operationsio.tarantool.driver.codecs Contains implementations of Netty codecsio.tarantool.driver.core Driver core classesio.tarantool.driver.core.connection Contains classes for connection establishing and selection strategy invocation algorithms.io.tarantool.driver.core.metadata Contains implementations for Tarantool space metadata operationsio.tarantool.driver.core.proxy Contains interfaces and classes essential for proxy clientio.tarantool.driver.core.space Contains implementations for Tarantool space operationsio.tarantool.driver.core.tuple Contains implementations of tuple representation classes and helpersio.tarantool.driver.mappers Contains converters and mappers that map Java object and MessagePackio.tarantool.driver.mappers.converters.object Contains converters that map Java object to MessagePackio.tarantool.driver.mappers.converters.value Contains converters that map MessagePack to Java objectio.tarantool.driver.mappers.converters.value.custom Contains converters that map MessagePack to connector's special Java objectsio.tarantool.driver.protocol Tarantool binary protocol primitives and helpersio.tarantool.driver.protocol.requests This sub-package is dedicated to Tarantool operation requests -
Classes in io.tarantool.driver.mappers used by io.tarantool.driver.api Class Description CallResultMapper Special tuple mapper for API function call results.MessagePackMapper Combines both ObjectMapper and ValueMapper interfacesMessagePackObjectMapper 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.ResultMapperFactoryFactory Provides different factories for creating result mappers -
Classes in io.tarantool.driver.mappers used by io.tarantool.driver.api.connection Class Description MessagePackValueMapper Basic interface for collection of generic converters between MessagePack entities and Java objects. -
Classes in io.tarantool.driver.mappers used by io.tarantool.driver.api.cursor Class Description MessagePackMapper Combines both ObjectMapper and ValueMapper interfaces -
Classes in io.tarantool.driver.mappers used by io.tarantool.driver.api.tuple Class Description MessagePackMapper Combines both ObjectMapper and ValueMapper interfacesMessagePackObjectMapper 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. -
Classes in io.tarantool.driver.mappers used by io.tarantool.driver.api.tuple.operations Class Description MessagePackObjectMapper Basic interface for generic converters between Java objects and MessagePack entities. -
Classes in io.tarantool.driver.mappers used by io.tarantool.driver.codecs Class Description MessagePackObjectMapper Basic interface for generic converters between Java objects and MessagePack entities. -
Classes in io.tarantool.driver.mappers used by io.tarantool.driver.core Class Description CallResultMapper Special tuple mapper for API function call results.MessagePackMapper Combines both ObjectMapper and ValueMapper interfacesMessagePackObjectMapper 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.ResultMapperFactoryFactory Provides different factories for creating result mappers -
Classes in io.tarantool.driver.mappers used by io.tarantool.driver.core.connection Class Description MessagePackValueMapper Basic interface for collection of generic converters between MessagePack entities and Java objects. -
Classes in io.tarantool.driver.mappers used by io.tarantool.driver.core.metadata Class Description MessagePackMapper Combines both ObjectMapper and ValueMapper interfacesMessagePackValueMapper Basic interface for collection of generic converters between MessagePack entities and Java objects. -
Classes in io.tarantool.driver.mappers used by io.tarantool.driver.core.proxy Class Description CallResultMapper Special tuple mapper for API function call results.MessagePackObjectMapper Basic interface for generic converters between Java objects and MessagePack entities. -
Classes in io.tarantool.driver.mappers used by io.tarantool.driver.core.space Class Description CallResultMapper Special tuple mapper for API function call results.MessagePackValueMapper Basic interface for collection of generic converters between MessagePack entities and Java objects. -
Classes in io.tarantool.driver.mappers used by io.tarantool.driver.core.tuple Class Description MessagePackMapper Combines both ObjectMapper and ValueMapper interfacesMessagePackObjectMapper 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. -
Classes in io.tarantool.driver.mappers used by io.tarantool.driver.mappers Class Description AbstractResultMapper Base class for result tuple mappersAbstractResultMapperFactory Base class for result mapper factories.CallResultMapper Special tuple mapper for API function call results.DefaultMessagePackMapper Default implementation ofMessagePackObjectMapper
andMessagePackValueMapper
.DefaultMessagePackMapper.Builder Builder forDefaultMessagePackMapper
DefaultMessagePackMapperFactory Provides shortcuts for instantiatingDefaultMessagePackMapper
MessagePackMapper Combines both ObjectMapper and ValueMapper interfacesMessagePackObjectMapper Basic interface for generic converters between Java objects and MessagePack entities.MessagePackObjectMapperException Represents exceptions that occur while performing conversion between Java objects and MessagePack entitiesMessagePackValueMapper Basic interface for collection of generic converters between MessagePack entities and Java objects.MessagePackValueMapperException Represents exceptions that occur while performing conversion between MessagePack entities and Java objectsMultiValueResultMapperFactory Factory forCallResultMapper
instances used for handling Lua call multi-return result which is treated as a list of valuesMultiValueTarantoolResultMapperFactory Factory forCallResultMapper
instances used for handling Lua call multi-return result items as list of tuplesResultMapperFactoryFactory Provides different factories for creating result mappersSingleValueResultMapperFactory Factory forCallResultMapper
instances used for handling Lua call results resulting in two possible values -- result and errorSingleValueTarantoolResultMapperFactory Factory forCallResultMapper
instances used for handling Lua call results resulting in lists of tuplesTarantoolCallResultMapperFactory Factory forCallResultMapper
instances used for calling API functions on Tarantool instanceTarantoolResultMapper Mapper from array of MessagePack tuples toTarantoolResult
TarantoolResultMapperFactory Factory forTarantoolResultMapper
instances used for handling box protocol operation results returningTarantoolResult
(array of tuples)TarantoolTupleMultiResultMapperFactory Factory forCallResultMapper
instances used for handling results withTarantoolTuple
s as multi-return result itemsTarantoolTupleResultMapperFactory Factory forTarantoolResultMapper
instances used for handling results withTarantoolTuple
sTarantoolTupleSingleResultMapperFactory Factory forCallResultMapper
instances used for handling results withTarantoolTuple
sTupleResultMapperFactory Factory forTarantoolResultMapper
instances used for handling results with tuples of any type -
Classes in io.tarantool.driver.mappers used by io.tarantool.driver.mappers.converters.object Class Description MessagePackObjectMapper Basic interface for generic converters between Java objects and MessagePack entities. -
Classes in io.tarantool.driver.mappers used by io.tarantool.driver.mappers.converters.value Class Description MessagePackValueMapper Basic interface for collection of generic converters between MessagePack entities and Java objects. -
Classes in io.tarantool.driver.mappers used by io.tarantool.driver.mappers.converters.value.custom Class Description MessagePackMapper Combines both ObjectMapper and ValueMapper interfaces -
Classes in io.tarantool.driver.mappers used by io.tarantool.driver.protocol Class Description MessagePackObjectMapper Basic interface for generic converters between Java objects and MessagePack entities. -
Classes in io.tarantool.driver.mappers used by io.tarantool.driver.protocol.requests Class Description MessagePackObjectMapper Basic interface for generic converters between Java objects and MessagePack entities.