Uses of Class
io.tarantool.driver.mappers.TarantoolResultMapperFactory
-
Packages that use TarantoolResultMapperFactory Package Description io.tarantool.driver.mappers Contains converters and mappers that map Java object and MessagePack -
-
Uses of TarantoolResultMapperFactory in io.tarantool.driver.mappers
Subclasses of TarantoolResultMapperFactory in io.tarantool.driver.mappers Modifier and Type Class Description class
TarantoolTupleResultMapperFactory
Factory forTarantoolResultMapper
instances used for handling results withTarantoolTuple
sclass
TupleResultMapperFactory<T>
Factory forTarantoolResultMapper
instances used for handling results with tuples of any type
-